From 407504902eb4ed0028718dc83d86a1e38b571524 Mon Sep 17 00:00:00 2001 From: Sam Dodrill Date: Sat, 5 Oct 2013 15:03:07 -0700 Subject: [PATCH] Remove CHARSET=ascii from ISUPPORT Merge of atheme/charybdis@e1a9785abeccb4627b175b743085eb5641f6c3f6 --- src/supported.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/supported.c b/src/supported.c index 2e08d99..bb563a3 100644 --- a/src/supported.c +++ b/src/supported.c @@ -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);