]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/newconf.c
Add umode +C, which blocks CTCPs to anyone with it set.
[irc/rqf/shadowircd.git] / src / newconf.c
index 782ed1aaebbf5d3285041cc3a6c5a38d517c0680..bf72c6a37c5ce077ba25a35fd9056a115425a2fa 100644 (file)
@@ -303,6 +303,7 @@ static struct mode_table umode_table[] = {
        {"servnotice",  UMODE_SERVNOTICE},
        {"wallop",      UMODE_WALLOP    },
        {"operwall",    UMODE_OPERWALL  },
+       {"noctcp",              UMODE_NOCTCP    },
        {NULL, 0}
 };