diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ircd.c | 1 | ||||
-rw-r--r-- | src/s_user.c | 3 |
2 files changed, 1 insertions, 3 deletions
@@ -57,7 +57,6 @@ #include "memory.h" #include "mempool.h" #include "ircd_getopt.h" -#include "supported.h" #include "watch.h" #include "conf_db.h" #include "conf_class.h" diff --git a/src/s_user.c b/src/s_user.c index 106e0b7..359478b 100644 --- a/src/s_user.c +++ b/src/s_user.c @@ -43,7 +43,6 @@ #include "log.h" #include "s_serv.h" #include "send.h" -#include "supported.h" #include "whowas.h" #include "memory.h" #include "packet.h" @@ -1349,7 +1348,7 @@ void init_isupport(void) { add_isupport("CALLERID", NULL, -1); - add_isupport("CASEMAPPING", CASEMAP, -1); + add_isupport("CASEMAPPING", "rfc1459", -1); add_isupport("DEAF", "D", -1); add_isupport("KICKLEN", NULL, KICKLEN); add_isupport("MODES", NULL, MAXMODEPARAMS); |