repo: ngircd action: commit revision: path_from: revision_from: d2a1f6aa4be7e42dd76e5342b309b8331d86bab4: path_to: revision_to:
commit d2a1f6aa4be7e42dd76e5342b309b8331d86bab4 Author: Alexander BartonDate: 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
--- 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
--- 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-----