]> arthur.barton.de Git - ngircd-alex.git/blobdiff - doc/sample-ngircd.conf
Mention ':' MyPassword restriction in man page.
[ngircd-alex.git] / doc / sample-ngircd.conf
index 72d2e4671fbe82ce6483d1a3d52ea9b5b5965cae..17108b65262815ef4ebcd2ad94f8416dab944c74 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: sample-ngircd.conf,v 1.31 2005/03/02 16:07:30 alex Exp $
+# $Id: sample-ngircd.conf,v 1.35 2005/09/02 14:38:59 fw Exp $
 
 #
 # This is a sample configuration file for the ngIRCd, which must be adepted
@@ -68,9 +68,9 @@
        ;ChrootDir = /var/empty
 
        # This tells ngircd to write its current process id to a file.
-       # Note that the pidfile is written AFTER chroot and switching uid, i.e.
-       # the Directory the pidfile resides in must be writeable by the ngircd user and
-       # exist in the chroot dir.
+       # Note that the pidfile is written AFTER chroot and switching uid,
+       # i. e. the Directory the pidfile resides in must be writeable by
+       # the ngircd user and exist in the chroot directory.
        ;PidFile = /var/run/ngircd/ngircd.pid
 
        # After <PingTimeout> seconds of inactivity the server will send a
        # they are not(!) channel-operators?
        ;OperCanUseMode = no
 
+       # Mask IRC Operator mode requests as if they were coming from the
+       # server? (This is a compatibility hack for ircd-irc2 servers)
+       ;OperServerMode = no
+       
        # Maximum number of simultaneous connection the server is allowed
        # to accept (<=0: unlimited):
        ;MaxConnections = -1