about summary refs log tree commit diff
path: root/doc/sample-ngircd.conf
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2007-11-21 12:16:33 +0000
committerAlexander Barton <alex@barton.de>2007-11-21 12:16:33 +0000
commit47ca178a219d682c589b27e64ee1a4e936cc7bdc (patch)
tree463071b075abe6d73ca0bf8e3d284e1a174fd8e7 /doc/sample-ngircd.conf
parent12db0bdc4fb2d4bf40d6961406400a248bac123c (diff)
downloadngircd-47ca178a219d682c589b27e64ee1a4e936cc7bdc.tar.gz
ngircd-47ca178a219d682c589b27e64ee1a4e936cc7bdc.zip
Introduce option to configure the maximum nick name lenth in ngircd.conf
- New configuration option "MaxNickLength" to specify the allowed maximum
  length of user nick names. Note: must be unique in an IRC network!
- Enhanced the IRC+ protocol to support an enhanced "server handshake" and
  enable server to recognice numeric 005 (ISUPPORT) and 376 (ENDOFMOTD).
  See doc/Protocol.txt for details.
Diffstat (limited to 'doc/sample-ngircd.conf')
-rw-r--r--doc/sample-ngircd.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf
index e17b0e60..924f0595 100644
--- a/doc/sample-ngircd.conf
+++ b/doc/sample-ngircd.conf
@@ -1,4 +1,4 @@
-# $Id: sample-ngircd.conf,v 1.41 2007/10/13 20:45:11 fw Exp $
+# $Id: sample-ngircd.conf,v 1.42 2007/11/21 12:16:35 alex Exp $
 
 #
 # This is a sample configuration file for the ngIRCd, which must be adepted
@@ -111,6 +111,11 @@
 	# Maximum number of channels a user can be member of (0: no limit):
 	;MaxJoins = 10
 
+	# Maximum length of an user nick name (Default: 9, as in RFC 2812).
+	# Please note that all servers in an IRC network MUST use the same
+	# maximum nick name length!
+	;MaxNickLength = 9
+
 [Operator]
 	# [Operator] sections are used to define IRC Operators. There may be
 	# more than one [Operator] block, one for each local operator.