repo: ngircd
action: commit
revision: 
path_from: 
revision_from: e65ab4a3f78eb0f7858df2e2606ecd702b36661e:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit e65ab4a3f78eb0f7858df2e2606ecd702b36661e
Author: Alexander Barton 
Date:   Sat Dec 14 13:32:30 2002 +0000

    - Dokumentation aktualisiert.

diff --git a/doc/en/sample-ngircd.conf b/doc/en/sample-ngircd.conf
index edde4a99449253990a2bbf76095cba2b9d5bf7b3..
index ..1abf05d4b4cb8cc4bc10a53145059412efbd6201 100644
--- a/doc/en/sample-ngircd.conf
+++ b/doc/en/sample-ngircd.conf
@@ -1,4 +1,4 @@
-# $Id: sample-ngircd.conf,v 1.2 2002/11/19 12:50:48 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
@@ -66,9 +66,12 @@
 	;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
diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf
index 6188ae8ee5677d8f5b0a73372fb24e7a9a43440f..
index ..41629e1c2713df17a7636ba2888d9851d05695c9 100644
--- a/doc/sample-ngircd.conf
+++ b/doc/sample-ngircd.conf
@@ -1,4 +1,4 @@
-# $Id: sample-ngircd.conf,v 1.15 2002/11/19 12:50:48 alex Exp $
+# $Id: sample-ngircd.conf,v 1.16 2002/12/14 13:32:30 alex Exp $

 #
 # Das ist eine Beispiel-Konfiguration fuer den ngIRCd, die an die
@@ -78,6 +78,10 @@
 	# Server annehmen darf (<=0: unlimitiert).
 	;MaxConnections = -1

+	# Maximale Anzahl von Channels, in denen ein User zeitgleich
+	# Mitglied sein kann (<=0: unlimitiert).
+	;MaxJoins = 10
+
 [Operator]

 	#

-----END OF PAGE-----