diff options
-rw-r--r-- | pttbbs/mbbsd/chat.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pttbbs/mbbsd/chat.c b/pttbbs/mbbsd/chat.c index 98356513..e25a5d95 100644 --- a/pttbbs/mbbsd/chat.c +++ b/pttbbs/mbbsd/chat.c @@ -4,6 +4,8 @@ #define CHAT_STOP_LINE (t_lines-3) #define CHAT_INIT_LINE (2) +#ifndef EXP_CCW_CHAT + /////////////////////////////////////////////////////////////////////////// // CHAT helpers @@ -559,6 +561,8 @@ do_chat(int cfd) return 0; } +#endif // !EXP_CCW_CHAT + int t_chat(void) { |