summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 0622e720..d24e9575 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1,4 +1,4 @@
-/* $Id: bbs.c,v 1.77 2003/01/24 14:41:19 in2 Exp $ */
+/* $Id: bbs.c,v 1.78 2003/02/12 05:20:04 victor Exp $ */
#include "bbs.h"
static void
@@ -1862,7 +1862,7 @@ static char *board_help[] = {
#endif
"(E) 重編文章 (^H) 列出所有的 New Post(s)",
"\01板主命令",
- "(G) 舉辦賭盤/停止下注/開獎(W/K/v) 編輯備忘錄/水桶名單/可看見名單",
+ "(^G) 舉辦賭盤/停止下注/開獎(W/K/v) 編輯備忘錄/水桶名單/可看見名單",
"(M/o) 舉行投票/編私投票名單 (m/c/g) 保留文章/選錄精華/文摘",
"(D) 刪除一段範圍的文章 (T/B) 重編文章標題/重編看板標題",
"(I) 開放/禁止看版推薦 (t/^D) 標記文章/砍除標記的文章",
@@ -1968,7 +1968,7 @@ struct onekey_t read_comms[] = {
{'E', edit_post},
#ifndef NO_GAMBLE
{'f', join_gamble},
- {'G', hold_gamble},
+ {Ctrl('G'), hold_gamble},
#endif
{'g', good_post},
#ifdef BMCHS