about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2007-10-13 20:45:11 +0000
committerFlorian Westphal <fw@strlen.de>2007-10-13 20:45:11 +0000
commitb160f574dee613598d3adcb46169d898ca45f252 (patch)
tree4a2f6f41f7412205949d34159a39b3eb43b4ca04 /doc
parentd223b587e4a3fc76ff8f8f1068c7a09dc6d9ac59 (diff)
downloadngircd-b160f574dee613598d3adcb46169d898ca45f252.tar.gz
ngircd-b160f574dee613598d3adcb46169d898ca45f252.zip
fix doc and manpage wrt. MaxConnections, MaxConnectionsIP and MaxJoins values
Diffstat (limited to 'doc')
-rw-r--r--doc/sample-ngircd.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf
index d99ad969..e17b0e60 100644
--- a/doc/sample-ngircd.conf
+++ b/doc/sample-ngircd.conf
@@ -1,4 +1,4 @@
-# $Id: sample-ngircd.conf,v 1.40 2007/10/04 10:14:52 alex Exp $
+# $Id: sample-ngircd.conf,v 1.41 2007/10/13 20:45:11 fw Exp $
 
 #
 # This is a sample configuration file for the ngIRCd, which must be adepted
@@ -101,14 +101,14 @@
 	;PredefChannelsOnly = no
 
 	# Maximum number of simultaneous connection the server is allowed
-	# to accept (<=0: unlimited):
-	;MaxConnections = -1
+	# to accept (0: unlimited):
+	;MaxConnections = 0
 
 	# Maximum number of simultaneous connections from a single IP address
-	# the server will accept (<=0: unlimited):
+	# the server will accept (0: unlimited):
 	;MaxConnectionsIP = 5
 
-	# Maximum number of channels a user can be member of (<=0: no limit):
+	# Maximum number of channels a user can be member of (0: no limit):
 	;MaxJoins = 10
 
 [Operator]