]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Make the description of the "Info" option more precise
authorAlexander Barton <alex@barton.de>
Sat, 20 Jan 2024 22:07:25 +0000 (23:07 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 21 Jan 2024 00:20:46 +0000 (01:20 +0100)
The "Info" option in the "[Global]" section is optional (so comment it
out in the sample configuration file) and set to the server software
name and its version when not set (so add this information to the sample
configuration file and the ngircd.conf(5) manual page).

doc/sample-ngircd.conf.tmpl
man/ngircd.conf.5.tmpl

index a5b61af7eadb9d22f8f803a837139e95d3291870..79360869dee175dcf12f10a7a61d9a47e80a1100 100644 (file)
@@ -39,8 +39,9 @@
        ;HelpFile = :DOCDIR:/Commands.txt
 
        # Info text of the server. This will be shown by WHOIS and
-       # LINKS requests for example.
-       Info = Server Info Text
+       # LINKS requests for example. Set to the server software name and
+       # version by default.
+       ;Info = Server Info Text
 
        # Comma separated list of IP addresses on which the server should
        # listen. Default values are:
index 84a6baece9b3f4b3e5f6726dee11e4387207b866..01e5408e610535fa8b83ddf8bec3243e89e474f5 100644 (file)
@@ -111,7 +111,7 @@ 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
-example.
+example. Set to the server software name and version by default.
 .TP
 \fBListen\fR (list of strings)
 A comma separated list of IP address on which the server should listen.