repo: ngircd
action: commit
revision: 
path_from: 
revision_from: d2a1f6aa4be7e42dd76e5342b309b8331d86bab4:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit d2a1f6aa4be7e42dd76e5342b309b8331d86bab4
Author: Alexander Barton 
Date:   Mon Dec 31 21:03:23 2012 +0100

    Document "HelpFile" in sample-ngircd.conf and ngircd.conf.5

diff --git a/doc/sample-ngircd.conf.tmpl b/doc/sample-ngircd.conf.tmpl
index 997a983d2bc08fbeb9bc9b2250bd487c631e779d..
index ..3f80a9f9d7e675bc400ad4ea8184e2cd126db08a 100644
--- a/doc/sample-ngircd.conf.tmpl
+++ b/doc/sample-ngircd.conf.tmpl
@@ -33,6 +33,10 @@
 	;AdminInfo2 = Location
 	;AdminEMail = admin@irc.server

+	# Text file which contains the ngIRCd help text. This file is required
+	# to display help texts when using the "HELP " command.
+	;HelpFile = :ETCDIR:/ngircd.help
+
 	# Info text of the server. This will be shown by WHOIS and
 	# LINKS requests for example.
 	Info = Server Info Text
diff --git a/man/ngircd.conf.5.tmpl b/man/ngircd.conf.5.tmpl
index e3f62c84ceb3432a64410cf65e5f6df83961115e..
index ..681e86c700a25afb66ebe1e92074d6a7e650ac6e 100644
--- a/man/ngircd.conf.5.tmpl
+++ b/man/ngircd.conf.5.tmpl
@@ -101,6 +101,10 @@ IRC network and must contain at least one dot (".") character.
 Information about the server and the administrator, used by the ADMIN
 command. This information is not required by the server but by RFC!
 .TP
+\fBHelpFile\fR (string)
+Text file which contains the ngIRCd help text. This file is required
+to display help texts when using the "HELP " command.
+.TP
 \fBInfo\fR (string)
 Info text of the server. This will be shown by WHOIS and LINKS requests for
 example.

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