]> jfr.im git - solanum.git/blobdiff - doc/reference.conf
Make 5614c9e6f0b (opmod as fake statusmsg) optional
[solanum.git] / doc / reference.conf
index 98f2093159f3a50d7d2324e15f254e8781608904..64270b46d9eb714043290d99cb7140adafd48828 100644 (file)
@@ -837,6 +837,11 @@ channel {
 
        /* strip_topic_colors: whether or not color codes in TOPIC should be stripped. */
        strip_topic_colors = no;
+
+       /* opmod_send_statusmsg: format messages sent to ops due to +z
+        * as PRIVMSG @#channel when sent to clients.
+        */
+       opmod_send_statusmsg = no;
 };
 
 
@@ -1312,6 +1317,12 @@ general {
         */
        max_targets = 4;
 
+       /* post-registration delay: wait this long before processing commands from a newly
+        * registered user. Used to allow network utility bots to perform any actions
+        * (such as host changes or proxy scanning) before the user can join channels.
+        */
+       post_registration_delay = 2 seconds;
+
        /* use_whois_actually: send clients requesting a whois a numeric
         * giving the real IP of non-spoofed clients to prevent DNS abuse.
         */