X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fconf.h;h=afc0afaa96c712f1c78626160a26d3dab2750aaa;hb=8aac36680265124067994391e7efef4e241a0ffd;hp=80d18187db9c16932fb78a6df59c735d244e1195;hpb=d61fbfc6e3a0a85ced036d8c1fa161fab0d9ba3d;p=ngircd-alex.git diff --git a/src/ngircd/conf.h b/src/ngircd/conf.h index 80d18187..afc0afaa 100644 --- a/src/ngircd/conf.h +++ b/src/ngircd/conf.h @@ -175,12 +175,18 @@ GLOBAL bool Conf_DNS; /** Enable IDENT lookups, even when compiled with support for it */ GLOBAL bool Conf_Ident; -/** Enable all usage of PAM, even when compiled with support for it */ -GLOBAL bool Conf_PAM; +/** Enable "more privacy" mode and "censor" some user-related information */ +GLOBAL bool Conf_MorePrivacy; /** Enable NOTICE AUTH messages on connect */ GLOBAL bool Conf_NoticeAuth; +/** 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; + /* * try to connect to remote systems using the ipv6 protocol, * if they have an ipv6 address? (default yes)