diff options
| author | Alexander Barton <alex@barton.de> | 2013-01-02 23:41:46 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2013-01-02 23:41:46 +0100 |
| commit | 68cb1a8c2e507e7c99f787fab3540b904cfa1cc1 (patch) | |
| tree | 479f748b608bc765142ea897a13bded87338da08 /doc/sample-ngircd.conf.tmpl | |
| parent | 21493731dffa0f5d9f62d24cdef290be6a6856fd (diff) | |
| parent | 950aeec3ff0e15c456ac32d8fecee8c73f7c5df3 (diff) | |
| download | ngircd-68cb1a8c2e507e7c99f787fab3540b904cfa1cc1.tar.gz ngircd-68cb1a8c2e507e7c99f787fab3540b904cfa1cc1.zip | |
Merge branch 'bug145-ProvideHelp'
* bug145-ProvideHelp:
Use "${docdir}/Commands.txt" as help text file
Add a note that "help file" is updated on startup and REHASH only
Add doc/Commands.txt which should document all commands
Implement Help() function parsing and returning the help text
Document "HelpFile" in sample-ngircd.conf and ngircd.conf.5
Implement new configuration option "HelpFile"
IRC_HELP(): Code cleanup
Refactor Read_Motd() into Read_TextFile()
Diffstat (limited to 'doc/sample-ngircd.conf.tmpl')
| -rw-r--r-- | doc/sample-ngircd.conf.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/sample-ngircd.conf.tmpl b/doc/sample-ngircd.conf.tmpl index 997a983d..1c3998ad 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 <cmd>" command. + ;HelpFile = :DOCDIR:/Commands.txt + # Info text of the server. This will be shown by WHOIS and # LINKS requests for example. Info = Server Info Text |