]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/reference.conf
Add rehash to the shared all flag because all should prolly = all.
[irc/rqf/shadowircd.git] / doc / reference.conf
index 948b5d9d17855f0dbf20af1ef2ba07a5577f66d9..8012db3ba3d7679bbb121ea092c566e78e6b6985 100755 (executable)
@@ -1053,6 +1053,11 @@ general {
         */
        default_operhost = "staff.testnet.net";
 
+       /* static quit: Quit message to display for all users (not opers)
+        * on QUIT.
+        */
+       #static_quit = "I like turtles!";
+
        /* servicestring: defines the response for opered services (+S)
         * in /whois queries, eg "is a Network Service".
         * This is updated on rehash.
@@ -1113,10 +1118,16 @@ general {
        max_nick_time = 20 seconds;
        max_nick_changes = 5;
 
-        /* anti spam time: the minimum time a user must be connected before
+       /* anti spam time: the minimum time a user must be connected before
         * custom quit messages are allowed.
         */
-        anti_spam_exit_message_time = 5 minutes;
+       anti_spam_exit_message_time = 5 minutes;
+
+       /* use part messages: This option controls whether users should be
+        * allowed to send PART messages to channels. It should probably
+        * be set to no if static_quit is set.
+        */
+       use_part_messages = yes;
 
        /* ts delta: the time delta allowed between server clocks before
         * a warning is given, or before the link is dropped.  all servers