Forgot to define FAKELAG and shortened channel message delay time

This commit is contained in:
Dionysus 2022-11-20 00:28:33 -05:00
parent 3d97a9500c
commit 5b96618478
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ set {
restrict-usermodes "ips";
restrict-channelmodes "nLpPs";
restrict-commands {
channel-message { connect-time 60; identified yes; reputation-score 100; }
channel-message { connect-time 30; identified yes; reputation-score 100; }
channel-notice { connect-time 60; identified yes; reputation-score 100; }
invite { connect-time 300; identified yes; reputation-score 100; }
join { connect-time 15; identified yes; reputation-score 100; }

View File

@ -123,7 +123,7 @@
* Common usage for this are: a trusted bot ran by an IRCOp, that you only
* want to give "flood access" and nothing else, and other such things.
*/
//#undef FAKELAG_CONFIGURABLE
#define FAKELAG_CONFIGURABLE
/* The default value for class::sendq */
#define DEFAULT_SENDQ 3000000