summaryrefslogtreecommitdiffstats
path: root/mbbsd/chat.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-29 20:27:05 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-29 20:27:05 +0800
commitc2cf9ad8a7cce006175092347fe8a9aa7f2212ee (patch)
tree1ed8d12bb2d90182f72c9b72d62fd7c065d1a16b /mbbsd/chat.c
parent522123712cb7a742987547edecebc044badc841c (diff)
downloadpttbbs-c2cf9ad8a7cce006175092347fe8a9aa7f2212ee.tar
pttbbs-c2cf9ad8a7cce006175092347fe8a9aa7f2212ee.tar.gz
pttbbs-c2cf9ad8a7cce006175092347fe8a9aa7f2212ee.tar.bz2
pttbbs-c2cf9ad8a7cce006175092347fe8a9aa7f2212ee.tar.lz
pttbbs-c2cf9ad8a7cce006175092347fe8a9aa7f2212ee.tar.xz
pttbbs-c2cf9ad8a7cce006175092347fe8a9aa7f2212ee.tar.zst
pttbbs-c2cf9ad8a7cce006175092347fe8a9aa7f2212ee.zip
- prevent user vote for twice by changing id capitals (thx to hrs113355)
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4258 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/chat.c')
-rw-r--r--mbbsd/chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/chat.c b/mbbsd/chat.c
index 2a5343f8..82ac6e7f 100644
--- a/mbbsd/chat.c
+++ b/mbbsd/chat.c
@@ -143,8 +143,8 @@ chat_help(char *arg)
chathelp("[/o]p <id>", "將 Op 的權力轉移給 <id>");
chathelp("[/t]opic <text>", "換個話題");
chathelp("[/w]all", "廣播 (站長專用)");
+ chathelp(" /ban <id>", "拒絕 <id> 再次進入此談天室");
} else {
- // chathelp("[/.]help", "chicken 鬥雞用指令");
chathelp(" /help op", "談天室管理員專用指令");
chathelp("[//]help", "MUD-like 社交動詞");
chathelp("[/a]ct <msg>", "做一個動作");