]> arthur.barton.de Git - ngircd-alex.git/blobdiff - doc/en/sample-ngircd.conf
- removed Conf_MaxPChannels and reverted to old behavior.
[ngircd-alex.git] / doc / en / sample-ngircd.conf
index 1c174487c6df4dc8e135eafc72b6f0692eb9551a..1abf05d4b4cb8cc4bc10a53145059412efbd6201 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: sample-ngircd.conf,v 1.1 2002/11/08 23:24:54 alex Exp $
+# $Id: sample-ngircd.conf,v 1.3 2002/12/14 13:32:30 alex Exp $
 
 #
 # This is a sample configuration for the ngIRCd, which must adept to the
        ;OperCanUseMode = no
 
        # Maximum number of simultanous connection the server is allowed
-       # to accept (<=0 unlimited):
+       # to accept (<=0: unlimited):
        ;MaxConnections = -1
 
+       # Maximum number of channels a user can be member of (<=0: no limit):
+       ;MaxJoins = 10
+
 [Operator]
        # In this [operator]-section, there will be the configuration of
        # the name and password of an IRC operator. There may be more than
        # assign no port, the ngIRCd waits for an answer of that server.
        ;Port = 6666
 
-       # Password for the connection
-       ;Password = ThePwd1
+       # Own password for the connection. This password has to be configured
+       # as "PeerPassword" on the other server.
+       ;MyPassword = MySecret
+
+       # Foreign password for this connection. This password has to be
+       # configured as "MyPassword" on the other server.
+       ;PeerPassword = PeerSecret
        
        # Group of that server (optional)
        ;Group = 123