summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-11 10:14:16 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-11 10:14:16 +0800
commit981cc6c5e052b5b37ebe5a624700ac42730d4ed0 (patch)
treeb2ca72b591e3fc7a0b1d98b28304c8e1f6a1f358 /mbbsd/mbbsd.c
parentf787c8fdfd24555801e2be483d13baaf610298c2 (diff)
downloadpttbbs-981cc6c5e052b5b37ebe5a624700ac42730d4ed0.tar
pttbbs-981cc6c5e052b5b37ebe5a624700ac42730d4ed0.tar.gz
pttbbs-981cc6c5e052b5b37ebe5a624700ac42730d4ed0.tar.bz2
pttbbs-981cc6c5e052b5b37ebe5a624700ac42730d4ed0.tar.lz
pttbbs-981cc6c5e052b5b37ebe5a624700ac42730d4ed0.tar.xz
pttbbs-981cc6c5e052b5b37ebe5a624700ac42730d4ed0.tar.zst
pttbbs-981cc6c5e052b5b37ebe5a624700ac42730d4ed0.zip
detect evil client: some complained about the description
ok, let's change it and make guest see it everytime because guests are unknown. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2825 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index e1c5e8b9..049221d2 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -1007,7 +1007,11 @@ user_login(void)
restore_backup();
} else if (!strcmp(cuser.userid, STR_GUEST)) {
init_guest_info();
+#ifdef DBCSAWARE
+ u_detectDBCSAwareEvilClient();
+#else
pressanykey();
+#endif
} else {
pressanykey();
check_mailbox_quota();