]> arthur.barton.de Git - ngircd-alex.git/commit
Use "NOTICE *" before registration instead of "NOTICE AUTH".
authorPeter Powell <petpow@saberuk.com>
Tue, 14 Jul 2015 13:37:42 +0000 (14:37 +0100)
committerPeter Powell <petpow@saberuk.com>
Tue, 14 Jul 2015 13:37:42 +0000 (14:37 +0100)
commitd118cd74b6ff342b978b493d56f9306028e364cf
tree38f58c18664f378a3f6cacfb4f0333828946b967
parent571b1a8b83bee56a75728d44d2586a816401d434
Use "NOTICE *" before registration instead of "NOTICE AUTH".

AUTH is a valid nickname so sending notices to it is probably not
a good idea. Use * as the target instead as done with numerics
when the nick is not available.

This mimics the behaviour in Charybdis, IRCD-Hybrid, InspIRCd 2.2,
Plexus 4, etc.
doc/sample-ngircd.conf.tmpl
man/ngircd.conf.5.tmpl
src/ngircd/conf.h
src/ngircd/conn.c