From 0af36cf411ec27027aac438ec77c055bde039662 Mon Sep 17 00:00:00 2001 From: victor Date: Sat, 22 Nov 2003 02:17:30 +0000 Subject: missing commit, and add '/help' prompt to chatroom git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1357 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/chat.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mbbsd') diff --git a/mbbsd/chat.c b/mbbsd/chat.c index 11988f9f..6090c246 100644 --- a/mbbsd/chat.c +++ b/mbbsd/chat.c @@ -374,6 +374,8 @@ t_chat() move(STOP_LINE, 0); outs(msg_seperator); + move(STOP_LINE, 60); + outs(" /help ¬d¸ß«ü¥O "); move(1, 0); outs(msg_seperator); print_chatid(chatid); -- cgit v1.2.3