]> arthur.barton.de Git - ngircd-alex.git/blobdiff - doc/sample-ngircd.conf
New configuration option "Mask" for [Operator] sections to limit OPER command.
[ngircd-alex.git] / doc / sample-ngircd.conf
index a34f04801ed84b6c6a071a86d6811fe66293660e..72d2e4671fbe82ce6483d1a3d52ea9b5b5965cae 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: sample-ngircd.conf,v 1.30 2005/02/04 14:24:21 alex Exp $
+# $Id: sample-ngircd.conf,v 1.31 2005/03/02 16:07:30 alex Exp $
 
 #
 # This is a sample configuration file for the ngIRCd, which must be adepted
        # Password of the IRC operator
        ;Password = ThePwd
 
+       # Optional Mask from which /OPER will be accepted
+       ;Mask = *!ident@somewhere.example.com
+
 [Operator]
        # More [Operator] sections, if you like ...