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:
parent
3d97a9500c
commit
5b96618478
@ -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; }
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user