summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/util/xchatd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/util/xchatd.c b/pttbbs/util/xchatd.c
index b343828e..f0095d11 100644
--- a/pttbbs/util/xchatd.c
+++ b/pttbbs/util/xchatd.c
@@ -2379,7 +2379,7 @@ static ChatCmd chatcmdlist[] =
{"who", chat_map_chatids_thisroom, 0},
{"list", chat_list_users, 0},
- {"topic", chat_topic, 1},
+ {"topic", chat_topic, 0},
{"version", chat_version, 1},
{"xinfo", chat_xinfo, 1},