From d2a1f6aa4be7e42dd76e5342b309b8331d86bab4 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 31 Dec 2012 21:03:23 +0100 Subject: Document "HelpFile" in sample-ngircd.conf and ngircd.conf.5 --- man/ngircd.conf.5.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'man') diff --git a/man/ngircd.conf.5.tmpl b/man/ngircd.conf.5.tmpl index e3f62c84..681e86c7 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. -- cgit 1.4.1 From 60a9a7f11860a3953d215a377d31714e02d09eba Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 1 Jan 2013 15:35:49 +0100 Subject: Add a note that "help file" is updated on startup and REHASH only --- man/ngircd.conf.5.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'man') diff --git a/man/ngircd.conf.5.tmpl b/man/ngircd.conf.5.tmpl index 681e86c7..859c6a8a 100644 --- a/man/ngircd.conf.5.tmpl +++ b/man/ngircd.conf.5.tmpl @@ -104,6 +104,8 @@ command. This information is not required by the server but by RFC! \fBHelpFile\fR (string) Text file which contains the ngIRCd help text. This file is required to display help texts when using the "HELP " command. +Please note: Changes made to this file take effect when ngircd starts up +or is instructed to re-read its configuration file. .TP \fBInfo\fR (string) Info text of the server. This will be shown by WHOIS and LINKS requests for -- cgit 1.4.1