diff options
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r-- | mbbsd/talk.c | 2 |
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); } |