Merge branch 'isupport-charset' of github.com:grawity/charybdis
This commit is contained in:
commit
f1fe7b4b28
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue