summaryrefslogtreecommitdiffstats
path: root/mbbsd/var.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/var.c')
-rw-r--r--mbbsd/var.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/var.c b/mbbsd/var.c
index be986d72..7798143d 100644
--- a/mbbsd/var.c
+++ b/mbbsd/var.c
@@ -268,8 +268,9 @@ char * const ModeTypeTable[MAX_MODES] = {
"重編文章", /* REEDIT */
"部落格", /* BLOGGING */
"看棋", /* CHESSWATCHING */
- "下圍棋", /* GO */
+ "下圍棋", /* UMODE_GO */
"[系統錯誤]", /* DEBUGSLEEPING */
+ "連六棋", /* UMODE_CONN6 */
"", /* for future usage */
"",
"",
@@ -311,7 +312,6 @@ char * const ModeTypeTable[MAX_MODES] = {
"",
"",
"",
- "",
""
};