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 | |
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')
-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�i ��ͱM���� �j\033[m\n\n" "(��)(t)(Enter) ��L���o���\n" "(w) ���u Call in\n" + "(W)�������y�覡 �@�� / �i�� / ����\n" "(b) ��n�ͼs�� (�@�w�n�b�n�ͦC����)\n" "(^R) �Y�ɦ^�� (���H Call in �A��)"); } |