about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2007-10-04 10:14:52 +0000
committerAlexander Barton <alex@barton.de>2007-10-04 10:14:52 +0000
commit9021ea2070d50acc94783163be33625637040547 (patch)
tree3e254617f95fa1fe04b5a8aa02eec01efe3bb043 /doc
parent640367e88678b9ba778fb87492ea4eb206420b96 (diff)
downloadngircd-9021ea2070d50acc94783163be33625637040547.tar.gz
ngircd-9021ea2070d50acc94783163be33625637040547.zip
Updated documentation ("Passive" option, for example).
Diffstat (limited to 'doc')
-rw-r--r--doc/sample-ngircd.conf13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf
index 6bed77b2..d99ad969 100644
--- a/doc/sample-ngircd.conf
+++ b/doc/sample-ngircd.conf
@@ -1,4 +1,4 @@
-# $Id: sample-ngircd.conf,v 1.39 2006/12/29 14:09:48 fw Exp $
+# $Id: sample-ngircd.conf,v 1.40 2007/10/04 10:14:52 alex Exp $
 
 #
 # This is a sample configuration file for the ngIRCd, which must be adepted
@@ -6,6 +6,10 @@
 #
 # Comments are started with "#" or ";".
 #
+# A lot of configuration options in this file start with a ";". You have
+# to remove the ";" in front of each variable to actually set a value!
+# The disabled variables are shown with example values for completeness.
+#
 # Use "ngircd --configtest" (see manual page ngircd(8)) to validate that the
 # server interprets the configuration file as expected!
 #
@@ -160,6 +164,13 @@
 	# Group of this server (optional)
 	;Group = 123
 
+	# Set the "Passive" option to "yes" if you don't want this ngIRCd to
+	# connect to the configured peer (same as leaving the "Port" variable
+	# empty). The advantage of this option is that you can actually configure
+	# a port an use the IRC command CONNECT more easily to manually connect
+	# this specific server later.
+	;Passive = no
+
 [Server]
 	# More [Server] sections, if you like ...