Remove CHARSET=ascii from ISUPPORT
Merge of atheme/charybdis@e1a9785abe
This commit is contained in:
parent
2fad91d915
commit
407504902e
|
@ -326,7 +326,6 @@ init_isupport(void)
|
|||
add_isupport("STATUSMSG", isupport_string, "@+");
|
||||
add_isupport("CALLERID", isupport_string, "g");
|
||||
add_isupport("CASEMAPPING", isupport_string, "rfc1459");
|
||||
add_isupport("CHARSET", isupport_string, "ascii");
|
||||
add_isupport("NICKLEN", isupport_intptr, &nicklen);
|
||||
add_isupport("CHANNELLEN", isupport_intptr, &channellen);
|
||||
add_isupport("TOPICLEN", isupport_intptr, &topiclen);
|
||||
|
|
Loading…
Reference in New Issue