mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-11-14 12:06:41 +00:00
Forgot to define FAKELAG and shortened channel message delay time
This commit is contained in:
parent
3d97a9500c
commit
5b96618478
@ -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; }
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user