]> jfr.im git - solanum.git/blobdiff - ircd/packet.c
Rename connect_delay to post_registration_delay. This matches the ircd-ratbox feature...
[solanum.git] / ircd / packet.c
index 9d5bc3a05ae80a204ad61df9e325762c8780ae83..502d5344b979cb388626ec50ac06c4373a50da1c 100644 (file)
@@ -133,10 +133,10 @@ parse_client_queued(struct Client *client_p)
                        if(client_p->localClient->sent_parsed >= allow_read)
                                break;
 
-                       /* connect_delay hack. Don't process any messages from a new client for $n seconds,
+                       /* post_registration_delay hack. Don't process any messages from a new client for $n seconds,
                         * to allow network bots to do their thing before channels can be joined.
                         */
-                       if (rb_current_time() < client_p->localClient->firsttime + ConfigFileEntry.connect_delay)
+                       if (rb_current_time() < client_p->localClient->firsttime + ConfigFileEntry.post_registration_delay)
                                break;
 
                        dolen = rb_linebuf_get(&client_p->localClient->