summaryrefslogtreecommitdiffstats
path: root/mbbsd/talk.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-02-21 12:28:13 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-02-21 12:28:13 +0800
commit95262b83a086058fc778fff20ac9c7ee76575494 (patch)
treeb929c12848a55b8b43e18f831f8edae8fe404104 /mbbsd/talk.c
parent02564e544003312cbcde9b3f2db8c6f6381ecbd8 (diff)
downloadpttbbs-95262b83a086058fc778fff20ac9c7ee76575494.tar
pttbbs-95262b83a086058fc778fff20ac9c7ee76575494.tar.gz
pttbbs-95262b83a086058fc778fff20ac9c7ee76575494.tar.bz2
pttbbs-95262b83a086058fc778fff20ac9c7ee76575494.tar.lz
pttbbs-95262b83a086058fc778fff20ac9c7ee76575494.tar.xz
pttbbs-95262b83a086058fc778fff20ac9c7ee76575494.tar.zst
pttbbs-95262b83a086058fc778fff20ac9c7ee76575494.zip
- talk: comment on mail_check
- cache: better def-style on aggchk - admin: enable showing regform counter git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3933 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r--mbbsd/talk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c
index f0fefe41..6e6dea5e 100644
--- a/mbbsd/talk.c
+++ b/mbbsd/talk.c
@@ -3033,6 +3033,8 @@ userlist(void)
/* deny reentrance, which may cause many problems */
vmsg("你進入使用者列表前就已經在閱\讀信件了");
} else {
+ // XXX in fact we should check size here...
+ // chkmailbox();
m_read();
setutmpmode(LUSERS);
}