From 722756aae99d59e9b28f5a200a5d0d63d3bd7b6b Mon Sep 17 00:00:00 2001 From: scw Date: Tue, 25 May 2004 07:54:43 +0000 Subject: Only registered user can call angel. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2020 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/io.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mbbsd/io.c') diff --git a/mbbsd/io.c b/mbbsd/io.c index aee1d04a..c672e895 100644 --- a/mbbsd/io.c +++ b/mbbsd/io.c @@ -394,7 +394,9 @@ igetch() case Ctrl('J'): /* Ptt §â \n ®³±¼ */ #ifdef PLAY_ANGEL + /* Seams some telnet client still send CR LF when changing lines. CallAngel(); + */ #endif continue; -- cgit v1.2.3