diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-05-03 16:25:03 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-05-03 16:25:03 +0800 |
commit | 8b0e5fff59aeff305b903c5bdd629a2e0bdff6a7 (patch) | |
tree | ae33413a9d8b34c4632e4405432d7816066ae3f9 /mbbsd/chat.c | |
parent | c23aeddfccf7f1c52ca4366f352bec75aa0c3a6f (diff) | |
download | pttbbs-8b0e5fff59aeff305b903c5bdd629a2e0bdff6a7.tar pttbbs-8b0e5fff59aeff305b903c5bdd629a2e0bdff6a7.tar.gz pttbbs-8b0e5fff59aeff305b903c5bdd629a2e0bdff6a7.tar.bz2 pttbbs-8b0e5fff59aeff305b903c5bdd629a2e0bdff6a7.tar.lz pttbbs-8b0e5fff59aeff305b903c5bdd629a2e0bdff6a7.tar.xz pttbbs-8b0e5fff59aeff305b903c5bdd629a2e0bdff6a7.tar.zst pttbbs-8b0e5fff59aeff305b903c5bdd629a2e0bdff6a7.zip |
- message refine for chat
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4266 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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>", "將 Op 的權力轉移給 <id>"); chathelp("[/t]opic <text>", "換個話題"); chathelp("[/w]all", "廣播 (站長專用)"); - chathelp(" /ban <id>", "拒絕 <id> 再次進入此談天室"); + // chathelp(" /ban <id>", "拒絕 <id> 再次進入此談天室"); } else { chathelp(" /help op", "談天室管理員專用指令"); chathelp("[//]help", "MUD-like 社交動詞"); @@ -397,7 +397,7 @@ t_chat(void) } while (1) { - getdata(b_lines - 1, 0, "請輸入聊天代號:", chatid, 9, DOECHO); + getdata(b_lines - 1, 0, "請輸入想使用的聊天暱稱:", chatid, 9, DOECHO); if(!chatid[0]) strlcpy(chatid, cuser.userid, sizeof(chatid)); chatid[8] = '\0'; |