]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.h
New option to scrub incoming CTCP commands
[ngircd-alex.git] / src / ngircd / conf.h
index 80d18187db9c16932fb78a6df59c735d244e1195..1f9bd122d02faf311e64bcce5d527163147d8fe3 100644 (file)
@@ -178,6 +178,9 @@ GLOBAL bool Conf_Ident;
 /** Enable all usage of PAM, even when compiled with support for it */
 GLOBAL bool Conf_PAM;
 
+/** Disable all CTCP commands except for /me ? */
+GLOBAL bool Conf_ScrubCTCP;
+
 /** Enable NOTICE AUTH messages on connect */
 GLOBAL bool Conf_NoticeAuth;