Remove CHARSET=ascii from ISUPPORT

Merge of atheme/charybdis@e1a9785abe
This commit is contained in:
Sam Dodrill 2013-10-05 15:03:07 -07:00
parent 2fad91d915
commit 407504902e
1 changed files with 0 additions and 1 deletions

View File

@ -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);