]> jfr.im git - solanum.git/blobdiff - doc/reference.conf
Rename connect_delay to post_registration_delay. This matches the ircd-ratbox feature...
[solanum.git] / doc / reference.conf
index 4cba21fab5ba76bb415cf720928a1c9c6264636b..72af51828d9b25c82b2870119986c61e1bc10a78 100644 (file)
@@ -1288,12 +1288,6 @@ general {
         */
        ping_cookie = no;
 
-       /* connect 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.
-        */
-       connect_delay = 2 seconds;
-
        /* connect timeout: sets how long we should wait for a connection
         * request to succeed
         */
@@ -1318,6 +1312,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.
         */