summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2003-12-19 14:32:59 +0000
committerAlexander Barton <alex@barton.de>2003-12-19 14:32:59 +0000
commit05170bc94cc3c200da0b973b3cf1a44635e64611 (patch)
tree3bdff05300261d4fd0f49f128d0a7bcaf36d6233 /doc
parent07ad774f0abc1479754c7b867a5c59acd85191f0 (diff)
downloadngircd-05170bc94cc3c200da0b973b3cf1a44635e64611.tar.gz
ngircd-05170bc94cc3c200da0b973b3cf1a44635e64611.zip
Fixed error messages related to server name configuration; updated
sample configuration file. (from 0.7.x)
Diffstat (limited to 'doc')
-rw-r--r--doc/sample-ngircd.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf
index 0e443930..f136d27c 100644
--- a/doc/sample-ngircd.conf
+++ b/doc/sample-ngircd.conf
@@ -1,13 +1,13 @@
-# $Id: sample-ngircd.conf,v 1.24 2003/11/05 21:41:02 alex Exp $
+# $Id: sample-ngircd.conf,v 1.25 2003/12/19 14:32:59 alex Exp $
 
 #
-# This is a sample configuration file for the ngIRCd, which must adept to
-# the local preferences and needs.
+# This is a sample configuration file for the ngIRCd, which must be adepted
+# to the local preferences and needs.
 #
 # Comments are started with "#" or ";".
 #
-# Author: Alexander Barton, <alex@barton.de>
-# Initial translation by Ilja Osthoff, <ilja@glide.ath.cx>
+# Use "ngircd --configtest" (see manual page ngircd(8)) to validate that the
+# server interpreted the configuration file as expected!
 #
 
 [Global]
@@ -17,7 +17,7 @@
 	# on which the server should be listening.
 	
 	# Server name in the IRC network, must contain at least one dot
-	# (".") and be unique in the IRC network.
+	# (".") and be unique in the IRC network. Required!
 	Name = irc.the.net
 	
 	# Info text of the server. This will be shown by WHOIS and
@@ -28,7 +28,7 @@
 	;Password = abc
 	
 	# Information about the server and the administrator, used by the
-	# ADMIN command.
+	# ADMIN command. Not required by server but by RFC!
 	;AdminInfo1 = Description
 	;AdminInfo2 = Location
 	;AdminEMail = admin@irc.server