diff --git a/doc/conf/unrealircd.remote.conf b/doc/conf/unrealircd.remote.conf index 09f7d66..64d31e3 100644 --- a/doc/conf/unrealircd.remote.conf +++ b/doc/conf/unrealircd.remote.conf @@ -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; } diff --git a/include/config.h b/include/config.h index 9156eb7..7281cb9 100644 --- a/include/config.h +++ b/include/config.h @@ -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