summaryrefslogtreecommitdiffstats
path: root/mbbsd/mail.c
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-06-04 11:41:43 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-06-04 11:41:43 +0800
commit5293cd268cdcb31fd1bcd3ca819bb2ccc65fb2b1 (patch)
tree523b7c3074d442e08c17f4e9a6a1cbec6e8238e7 /mbbsd/mail.c
parenteeaa2bcd77a68b9d5f42ccc8c8930e2ad430bba3 (diff)
downloadpttbbs-5293cd268cdcb31fd1bcd3ca819bb2ccc65fb2b1.tar
pttbbs-5293cd268cdcb31fd1bcd3ca819bb2ccc65fb2b1.tar.gz
pttbbs-5293cd268cdcb31fd1bcd3ca819bb2ccc65fb2b1.tar.bz2
pttbbs-5293cd268cdcb31fd1bcd3ca819bb2ccc65fb2b1.tar.lz
pttbbs-5293cd268cdcb31fd1bcd3ca819bb2ccc65fb2b1.tar.xz
pttbbs-5293cd268cdcb31fd1bcd3ca819bb2ccc65fb2b1.tar.zst
pttbbs-5293cd268cdcb31fd1bcd3ca819bb2ccc65fb2b1.zip
Add 'I' instruction hint when user does not meet regtime limit
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3531 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mail.c')
-rw-r--r--mbbsd/mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c
index 6f997979..9f731530 100644
--- a/mbbsd/mail.c
+++ b/mbbsd/mail.c
@@ -1298,7 +1298,7 @@ mail_cross_post(int ent, fileheader_t * fhdr, const char *direct)
cuser.numlogins < ((unsigned int)(bcache[ent - 1].post_limit_logins) * 10) ||
cuser.numposts < ((unsigned int)(bcache[ent - 1].post_limit_posts) * 10)) ) {
move(5, 10);
- vmsg("你不夠資深喔!");
+ vmsg("你不夠資深喔! (可在看板內按大寫 I 查看限制)");
return FULLUPDATE;
}