]> jfr.im git - solanum.git/blobdiff - src/supported.c
Revert "remove MONITOR for now pending a complete rewrite"
[solanum.git] / src / supported.c
index fef441cff429fd7628bf8fe960bf9dec45710319..efcaf7f254f9c99d6f66fee3edcd9aca3b5bf159 100644 (file)
@@ -222,7 +222,7 @@ isupport_string(const void *ptr)
 const char *
 isupport_stringptr(const void *ptr)
 {
-       return *(char * const *)ptr;    
+       return *(char * const *)ptr;
 }
 
 static const char *
@@ -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);