Add connect_delay to example and reference configs

This commit is contained in:
Stephen Bennett 2010-01-13 13:52:28 +00:00 committed by Ed Kellett
parent 2d6562846f
commit 1bb7964378
No known key found for this signature in database
GPG key ID: CB9986DEF342FABC
2 changed files with 7 additions and 0 deletions

View file

@ -603,6 +603,7 @@ general {
pace_wait = 10 seconds;
short_motd = no;
ping_cookie = no;
connect_delay = 0 seconds;
connect_timeout = 30 seconds;
default_ident_timeout = 5;
disable_auth = no;

View file

@ -1288,6 +1288,12 @@ 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
*/