# | Line 40 | Line 40 | |
---|---|---|
40 | #include "log.h" | |
41 | #include "server.h" | |
42 | #include "send.h" | |
43 | – | #include "supported.h" |
43 | #include "memory.h" | |
44 | #include "packet.h" | |
45 | #include "rng_mt.h" | |
# | Line 1065 | Line 1064 | void | |
1064 | init_isupport(void) | |
1065 | { | |
1066 | add_isupport("CALLERID", NULL, -1); | |
1067 | < | add_isupport("CASEMAPPING", CASEMAP, -1); |
1067 | > | add_isupport("CASEMAPPING", "rfc1459", -1); |
1068 | add_isupport("DEAF", "D", -1); | |
1069 | add_isupport("KICKLEN", NULL, KICKLEN); | |
1070 | add_isupport("MODES", NULL, MAXMODEPARAMS); |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |