diff options
Diffstat (limited to 'mbbsd/chat.c')
-rw-r--r-- | mbbsd/chat.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |