]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Merge branch 'NoticeAuth'
authorAlexander Barton <alex@barton.de>
Sun, 27 Mar 2011 18:56:50 +0000 (20:56 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 27 Mar 2011 18:56:50 +0000 (20:56 +0200)
* NoticeAuth:
  Add documentation for "NoticeAuth" configuration option
  Configuration: move "NoticeAuth" to GLOBAL section
  New configuration option "NoticeAuth": send NOTICE AUTH on connect

1  2 
man/ngircd.conf.5.tmpl

diff --combined man/ngircd.conf.5.tmpl
index e94b495faab79094f2a99eb6c875aa6d50a1f53a,5d6f0e0bbb228d3cc9d340305c828c09b332ddc9..b2ce02caa9eb97d6595ab48342f03c72f1ab93d6
@@@ -251,7 -251,12 +251,12 @@@ Maximum length of an user nick name (De
  note that all servers in an IRC network MUST use the same maximum nick name
  length!
  .TP
 -\fBCloakHost\fR
+ \fBNoticeAuth\fR (boolean)
+ Normally ngIRCd doesn't send any messages to a client until it is registered.
+ Enable this option to let the daemon send "NOTICE AUTH" messages to clients
+ while connecting. Default: no.
+ .TP
 +\fBCloakHost\fR (string)
  Set this hostname for every client instead of the real one. Default: empty,
  don't change.
  .PP
  Don't use the percentage sign ("%"), it is reserved for future extensions!
  .RE
  .TP
 -\fBCloakUserToNick\fR
 +\fBCloakUserToNick\fR (boolean)
  Set every clients' user name to their nick name and hide the one supplied
  by the IRC client. Default: no.
  .SH [OPERATOR]