summaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/conf.c b/src/conf.c
index ec946fe..6360bf8 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -1517,8 +1517,6 @@ read_conf_files(int cold)
snprintf(chanmodes, sizeof(chanmodes), "%s", "beI,k,l,imnprstORS");
add_isupport("CHANNELLEN", NULL, LOCAL_CHANNELLEN);
add_isupport("TOPICLEN", NULL, ServerInfo.max_topic_length);
- add_isupport("EXCEPTS", "e", -1);
- add_isupport("INVEX", "I", -1);
add_isupport("CHANMODES", chanmodes, -1);
/*
@@ -1631,9 +1629,6 @@ clear_out_old_conf(void)
/* clean out general */
MyFree(ConfigFileEntry.service_name);
ConfigFileEntry.service_name = NULL;
-
- delete_isupport("INVEX");
- delete_isupport("EXCEPTS");
}
/* conf_add_class_to_conf()