summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorlwms <lwms@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-19 21:21:59 +0800
committerlwms <lwms@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-19 21:21:59 +0800
commite983017a4e3ecb64d76f8b588cc37461cfd92db1 (patch)
treeb97b25dda0ba3880d4f6e9d6f06d64b620cf4023 /mbbsd
parent0bf976c2a6cb7b996a4fb1d7b21b942fd052b215 (diff)
downloadpttbbs-e983017a4e3ecb64d76f8b588cc37461cfd92db1.tar
pttbbs-e983017a4e3ecb64d76f8b588cc37461cfd92db1.tar.gz
pttbbs-e983017a4e3ecb64d76f8b588cc37461cfd92db1.tar.bz2
pttbbs-e983017a4e3ecb64d76f8b588cc37461cfd92db1.tar.lz
pttbbs-e983017a4e3ecb64d76f8b588cc37461cfd92db1.tar.xz
pttbbs-e983017a4e3ecb64d76f8b588cc37461cfd92db1.tar.zst
pttbbs-e983017a4e3ecb64d76f8b588cc37461cfd92db1.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@328 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/admin.c8
-rw-r--r--mbbsd/announce.c4
2 files changed, 6 insertions, 6 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c
index a8008a6c..19f56d40 100644
--- a/mbbsd/admin.c
+++ b/mbbsd/admin.c
@@ -1,4 +1,4 @@
-/* $Id: admin.c,v 1.22 2002/06/17 09:14:42 in2 Exp $ */
+/* $Id: admin.c,v 1.23 2002/06/19 13:21:59 lwms Exp $ */
#include "bbs.h"
/* �ϥΪ̺޲z */
@@ -226,7 +226,7 @@ int m_mod_board(char *bname) {
memcpy(&newbh, &bh, sizeof(bh));
sprintf(bvotebuf, "%d", newbh.bvote);
move(20, 0);
- prints("�ݪ� %s ��Ӫ� BVote�G%d", bh.brdname, bh.bvote);
+ prints("�ݪO %s ��Ӫ� BVote�G%d", bh.brdname, bh.bvote);
getdata_str(21, 0, "�s�� Bvote�G", genbuf, 5, LCECHO, bvotebuf);
newbh.bvote = atoi(genbuf);
substitute_record(fn_board, &newbh, sizeof(newbh), bid);
@@ -237,7 +237,7 @@ int m_mod_board(char *bname) {
break;
case 'v':
memcpy(&newbh, &bh, sizeof(bh));
- outs("�ݪ��ثe��");
+ outs("�ݪO�ثe��");
outs((bh.brdattr & BRD_BAD) ? "�H�k" : "���`");
getdata(21, 0, "�T�w���H", genbuf, 5, LCECHO);
if(genbuf[0] == 'y') {
@@ -363,7 +363,7 @@ int m_mod_board(char *bname) {
return 0;
}
-/* �]�w�ݪ� */
+/* �]�w�ݪO */
int m_board() {
char bname[32];
diff --git a/mbbsd/announce.c b/mbbsd/announce.c
index d7fe9cde..5eb58ef6 100644
--- a/mbbsd/announce.c
+++ b/mbbsd/announce.c
@@ -1,4 +1,4 @@
-/* $Id: announce.c,v 1.11 2002/06/06 21:34:11 in2 Exp $ */
+/* $Id: announce.c,v 1.12 2002/06/19 13:20:27 lwms Exp $ */
#include "bbs.h"
static void g_showmenu(gmenu_t *pm) {
@@ -444,7 +444,7 @@ static void a_showhelp(int level) {
"�N�峹 uuencode ��H�^�l�c\n");
if(level >= MANAGER) {
outs("\n\033[36m�i �O�D�M���� �j\033[m\n"
- "[H] ������ ���}/�|��/���D �~��\\Ū\n"
+ "[H] ������ ���}/�|��/�O�D �~��\\Ū\n"
"[n/g/G] ������ؤ峹/�}�P�ؿ�/�إ߳s�u\n"
"[m/d/D] ����/�R���峹/�R���@�ӽd�򪺤峹\n"
"[f/T/e] �s����D�Ÿ�/�ק�峹���D/���e\n"