diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-03-09 19:48:32 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-03-09 19:48:32 +0800 |
commit | 624c57688fa6d301f1b89ca0e10e843a05307c04 (patch) | |
tree | 3775be06ea5e795f0f9851e14fc820325cc05130 /mbbsd/talk.c | |
parent | 333ccae794114252eeba90e2288ffd7b6fd0c9db (diff) | |
download | pttbbs-624c57688fa6d301f1b89ca0e10e843a05307c04.tar pttbbs-624c57688fa6d301f1b89ca0e10e843a05307c04.tar.gz pttbbs-624c57688fa6d301f1b89ca0e10e843a05307c04.tar.bz2 pttbbs-624c57688fa6d301f1b89ca0e10e843a05307c04.tar.lz pttbbs-624c57688fa6d301f1b89ca0e10e843a05307c04.tar.xz pttbbs-624c57688fa6d301f1b89ca0e10e843a05307c04.tar.zst pttbbs-624c57688fa6d301f1b89ca0e10e843a05307c04.zip |
add help for W
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@12 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r-- | mbbsd/talk.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c index b5c99aad..32292a75 100644 --- a/mbbsd/talk.c +++ b/mbbsd/talk.c @@ -1,4 +1,4 @@ -/* $Id: talk.c,v 1.2 2002/03/09 10:34:58 in2 Exp $ */ +/* $Id: talk.c,v 1.3 2002/03/09 11:48:32 in2 Exp $ */ #include <stdio.h> #include <string.h> #include <errno.h> @@ -1527,6 +1527,7 @@ static void t_showhelp() { outs("\n\n\033[36m【 交談專用鍵 】\033[m\n\n" "(→)(t)(Enter) 跟他/她聊天\n" "(w) 熱線 Call in\n" + "(W)切換水球方式 一般 / 進階 / 未來\n" "(b) 對好友廣播 (一定要在好友列表中)\n" "(^R) 即時回應 (有人 Call in 你時)"); } |