4
mirror of git://git.acid.vegas/unrealircd.git synced 2024-11-23 16:36:40 +00:00

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-usermodes "ips";
restrict-channelmodes "nLpPs"; restrict-channelmodes "nLpPs";
restrict-commands { 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; } channel-notice { connect-time 60; identified yes; reputation-score 100; }
invite { connect-time 300; identified yes; reputation-score 100; } invite { connect-time 300; identified yes; reputation-score 100; }
join { connect-time 15; 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 * 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. * want to give "flood access" and nothing else, and other such things.
*/ */
//#undef FAKELAG_CONFIGURABLE #define FAKELAG_CONFIGURABLE
/* The default value for class::sendq */ /* The default value for class::sendq */
#define DEFAULT_SENDQ 3000000 #define DEFAULT_SENDQ 3000000