diff options
Diffstat (limited to 'mbbsd/chat.c')
-rw-r--r-- | mbbsd/chat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/chat.c b/mbbsd/chat.c index 82ac6e7f..88a0b497 100644 --- a/mbbsd/chat.c +++ b/mbbsd/chat.c @@ -143,7 +143,7 @@ chat_help(char *arg) chathelp("[/o]p <id>", "�N Op ���v�O�ಾ�� <id>"); chathelp("[/t]opic <text>", "���Ӹ��D"); chathelp("[/w]all", "�s�� (�����M��)"); - chathelp(" /ban <id>", "�ڵ� <id> �A���i�J���ͤѫ�"); + // chathelp(" /ban <id>", "�ڵ� <id> �A���i�J���ͤѫ�"); } else { chathelp(" /help op", "�ͤѫǺz���M�Ϋ��O"); chathelp("[//]help", "MUD-like ����ʵ�"); @@ -397,7 +397,7 @@ t_chat(void) } while (1) { - getdata(b_lines - 1, 0, "�п�J��ѥN���G", chatid, 9, DOECHO); + getdata(b_lines - 1, 0, "�п�J�Q�ϥΪ���Ѽʺ١G", chatid, 9, DOECHO); if(!chatid[0]) strlcpy(chatid, cuser.userid, sizeof(chatid)); chatid[8] = '\0'; |