]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/reference.conf
Add helpchan and helpurl that tell users the official help channel
[irc/rqf/shadowircd.git] / doc / reference.conf
index b915dfc5cbb86f04d25f3387eed0f213ada1ce83..2cdc13f4d3dd94e36de7dbf61004df913b3cd207 100755 (executable)
@@ -140,6 +140,14 @@ serverinfo {
        network_name = "MyNet";
        network_desc = "This is My Network";
 
+       /* helpchan/helpurl: These 2 items are shown when a user does
+        * /quote help with no additional parameters to direct them
+        * to a channel/URL where they can get more or network-specific help.
+        * They can be commented out and will not show to users if they are.
+        */
+       helpchan = "#help";
+       helpurl = "http://www.mynet.net/help";
+
        /* hub: allow this server to act as a hub and have multiple servers
         * connected to it.  
         */