summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index 1ab8734..bed3b57 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -1494,7 +1494,7 @@ read_conf_files(int cold)
snprintf(chanlimit, sizeof(chanlimit), "#:%d",
ConfigChannel.max_chans_per_user);
add_isupport("CHANLIMIT", chanlimit, -1);
- snprintf(chanmodes, sizeof(chanmodes), "%s", "beI,k,l,imnprstORS");
+ snprintf(chanmodes, sizeof(chanmodes), "%s", "beI,k,l,cimnprstMORS");
add_isupport("CHANNELLEN", NULL, LOCAL_CHANNELLEN);
add_isupport("TOPICLEN", NULL, ServerInfo.max_topic_length);
add_isupport("CHANMODES", chanmodes, -1);