diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/bbs.c | 4 | ||||
-rw-r--r-- | mbbsd/var.c | 6 | ||||
-rw-r--r-- | mbbsd/vote.c | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index b5e5c454..a113b03d 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1,4 +1,4 @@ -/* $Id: bbs.c,v 1.102 2003/07/01 17:39:27 victor Exp $ */ +/* $Id: bbs.c,v 1.103 2003/07/06 23:09:25 kcwu Exp $ */ #include "bbs.h" static int recommend(int ent, fileheader_t * fhdr, char *direct); @@ -1918,7 +1918,7 @@ static char *board_help[] = { "\01�O�D�R�O", "(M/o) �|��벼/�s�p�벼�W�� (m/c/g) �O�d�峹/������/��K", "(D) �R���@�q�d�峹 (T/B) ���s�峹���D/���s�ݪO���D", - "(I) �}��/�T��ݪ����� (t/^D) �аO�峹/�尣�аO���峹", + "(I) �}��/�T��ݪO���� (t/^D) �аO�峹/�尣�аO���峹", "(O) �s��Post�`�N�ƶ� (H)/(Y) �ݪO����/�{�� �������ˤ峹", #ifdef NO_GAMBLE "(W/K/v) �s�i�O�e��/�����W��/�i�ݨ��W��", diff --git a/mbbsd/var.c b/mbbsd/var.c index 09a90850..59e40eb4 100644 --- a/mbbsd/var.c +++ b/mbbsd/var.c @@ -1,4 +1,4 @@ -/* $Id: var.c,v 1.19 2003/05/30 10:28:32 in2 Exp $ */ +/* $Id: var.c,v 1.20 2003/07/06 23:09:25 kcwu Exp $ */ #define INCLUDE_VAR_H #include "bbs.h" @@ -231,12 +231,12 @@ char *ModeTypeTable[MAX_MODES] = { "���a��", /* GOPHER */ "��News", /* NEWS */ "���Ѳ��;�", /* LOVE */ - "�s�y���U��", /* EDITEXP */ + "�s�軲�U��", /* EDITEXP */ "�ӽ�IP��}", /* IPREG */ "���줽��", /* NetAdm */ "������~�{", /* DRINK */ "�p���", /* CAL */ - "�s�y�y�k��", /* PROVERB */ + "�s��y�k��", /* PROVERB */ "���G��", /* ANNOUNCE */ "��y���O", /* EDNOTE */ "�^�~½Ķ��", /* CDICT */ diff --git a/mbbsd/vote.c b/mbbsd/vote.c index a71040c9..9304a697 100644 --- a/mbbsd/vote.c +++ b/mbbsd/vote.c @@ -1,4 +1,4 @@ -/* $Id: vote.c,v 1.19 2003/03/03 15:32:15 in2 Exp $ */ +/* $Id: vote.c,v 1.20 2003/07/06 23:09:25 kcwu Exp $ */ #include "bbs.h" static int total; @@ -7,7 +7,7 @@ static char STR_bv_control[] = "control"; /* �벼��� �ﶵ */ static char STR_bv_desc[] = "desc"; /* �벼�ت� */ static char STR_bv_ballots[] = "ballots"; static char STR_bv_flags[] = "flags"; -static char STR_bv_comments[] = "comments"; /* �벼�̪��طN */ +static char STR_bv_comments[] = "comments"; /* �벼�̪���ij */ static char STR_bv_limited[] = "limited"; /* �p�H�벼 */ static char STR_bv_title[] = "vtitle"; @@ -17,7 +17,7 @@ static char STR_new_control[] = "control0\0"; /* �벼��� �ﶵ */ static char STR_new_desc[] = "desc0\0"; /* �벼�ت� */ static char STR_new_ballots[] = "ballots0\0"; static char STR_new_flags[] = "flags0\0"; -static char STR_new_comments[] = "comments0\0"; /* �벼�̪��طN */ +static char STR_new_comments[] = "comments0\0"; /* �벼�̪���ij */ static char STR_new_limited[] = "limited0\0"; /* �p�H�벼 */ static char STR_new_title[] = "vtitle0\0"; @@ -673,7 +673,7 @@ vote_maintain(char *bname) unlink(buf); getdata(4, 0, - "�O�_���w�벼�̦W��G(y)�s�y�i�벼�H���W��[n]����H�ҥi�벼:[N]", + "�O�_���w�벼�̦W��G(y)�s��i�벼�H���W��[n]����H�ҥi�벼:[N]", inbuf, 2, LCECHO); setbfile(buf, bname, STR_new_limited); if (inbuf[0] == 'y') { @@ -905,7 +905,7 @@ user_vote_one(char *bname, int ind) } if (vote_flag(bname, ind, vote[0]) != 0) - prints("���Ч벼! �����p���C"); + prints("���Ƨ벼! �����p���C"); else { setbfile(buf, bname, STR_new_ballots); if ((fd = open(buf, O_WRONLY | O_CREAT | O_APPEND, 0600)) == 0) |