X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fconf.h;h=70de20af9edbb6321b739eac123124baa74e5575;hb=c2e4c304e3adde2217056c2e6d674fd24e0cd800;hp=aa80b8dd94942536c29ff4fce85c18e316e591ce;hpb=2a40112f09cc58d43447cc2665b7924c8a69c580;p=ngircd-alex.git diff --git a/src/ngircd/conf.h b/src/ngircd/conf.h index aa80b8dd..70de20af 100644 --- a/src/ngircd/conf.h +++ b/src/ngircd/conf.h @@ -194,8 +194,8 @@ GLOBAL bool Conf_Ident; /** 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 "NOTICE *" messages on connect */ +GLOBAL bool Conf_NoticeBeforeRegistration; /** Enable all usage of PAM, even when compiled with support for it */ GLOBAL bool Conf_PAM;