From 1680a267a8c73a0e433c67ef7ba89bc60e0e4574 Mon Sep 17 00:00:00 2001 From: piaip Date: Sat, 15 Dec 2007 04:12:51 +0000 Subject: - fix typo (reported by watch.bbs@ptt.cc) git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3682 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 28a0365b..e83a5d62 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1672,7 +1672,7 @@ cross_post(int ent, fileheader_t * fhdr, const char *direct) #ifdef USE_COOLDOWN if(check_cooldown(getbcache(xbid))) { - msg("該看板現在無法轉錄。"); + vmsg("該看板現在無法轉錄。"); return FULLUPDATE; } #endif -- cgit v1.2.3