]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.h
New configuration option "NoticeAuth": send NOTICE AUTH on connect
[ngircd-alex.git] / src / ngircd / conf.h
index 305ccaa1ff8c36540253f6283b43266d16fc043f..1633bc998932abea1176bfefc4686f52ed07caf5 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;
 
+/** Enable NOTICE AUTH messages on connect */
+GLOBAL bool Conf_NoticeAuth;
+
 /*
  * try to connect to remote systems using the ipv6 protocol,
  * if they have an ipv6 address? (default yes)