X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/57657a33a3dd12bab46a4743e80d62177b367923..04e5ed6c57154114cca330767e3bfb1006b46ee9:/doc/reference.conf diff --git a/doc/reference.conf b/doc/reference.conf index 98f20931..64270b46 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -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. */