Merge branch 'isupport-charset' of github.com:grawity/charybdis

This commit is contained in:
Jilles Tjoelker 2013-09-13 22:34:11 +02:00
commit f1fe7b4b28

View file

@ -330,7 +330,6 @@ init_isupport(void)
add_isupport("STATUSMSG", isupport_string, "@+");
add_isupport("CALLERID", isupport_umode, "g");
add_isupport("CASEMAPPING", isupport_string, "rfc1459");
add_isupport("CHARSET", isupport_string, "ascii");
add_isupport("NICKLEN", isupport_nicklen, NULL);
add_isupport("MAXNICKLEN", isupport_intptr, &maxnicklen);
add_isupport("CHANNELLEN", isupport_intptr, &channellen);