]> arthur.barton.de Git - ngircd-alex.git/blobdiff - doc/sample-ngircd.conf.tmpl
Various fixes and enhancements for the "Autojoin" patch
[ngircd-alex.git] / doc / sample-ngircd.conf.tmpl
index 2dbc3b992cd6e1e2083db9502a9687a2f572f96c..cea23a2bd39508a60582478b256dc8dd700aa241 100644 (file)
        ;Modes = +tnk mykey +l 5
        ;Modes = +b nick!~user@bad.host.example.com
 
+       # Should ngIRCd automatically join ("autojoin") all users to this
+       # channel on connect? Note: The users must have permissions to access
+       # the channel, otherwise joining them will fail!
+       ;Autojoin = yes
+
        # Key file, syntax for each line: "<user>:<nick>:<key>".
        # Default: none.
        ;KeyFile = :ETCDIR:/#chan.key
-       
-       # Autojoin - set to yes to force all users to join this channel on connect
-       ;Autojoin = yes
 
 [Channel]
        # More [Channel] sections, if you like ...