summaryrefslogtreecommitdiffstats
path: root/mbbsd/vote.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/vote.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/vote.c')
-rw-r--r--mbbsd/vote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/vote.c b/mbbsd/vote.c
index 9a499d52..5aa6fda6 100644
--- a/mbbsd/vote.c
+++ b/mbbsd/vote.c
@@ -909,7 +909,7 @@ user_vote_one(vote_buffer_t *vbuf, const char *bname, int ind)
fclose(lfp);
if (cuser.firstlogin > closetime || cuser.numposts < limits_posts ||
cuser.numlogins < limits_logins) {
- vmsg("你不夠資深喔!");
+ vmsg("你不夠資深喔! (可在看板內按大寫 I 查看限制)");
return FULLUPDATE;
}
}