mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-11-23 08:26:42 +00:00
Updated flood rates
This commit is contained in:
parent
104c9cb802
commit
f8a4d4b6e5
@ -19,10 +19,10 @@ alias ns { target nickserv; type services; }
|
||||
alias operserv { type services; }
|
||||
alias os { target operserv; type services; }
|
||||
|
||||
class clients { pingfreq 120; maxclients 100; sendq 1M; options { nofakelag; } }
|
||||
class known { pingfreq 120; maxclients 250; sendq 5M; options { nofakelag; } }
|
||||
class local { pingfreq 300; maxclients 1000; sendq 10M; options { nofakelag; } }
|
||||
class servers { pingfreq 120; maxclients 10; sendq 50M; connfreq 15; }
|
||||
class clients { pingfreq 120; maxclients 100; sendq 25M; recvq 32k; }
|
||||
class known { pingfreq 120; maxclients 250; sendq 50M; recvq 32k; }
|
||||
class local { pingfreq 300; maxclients 1000; sendq 50M; options { nofakelag; } }
|
||||
class servers { pingfreq 120; maxclients 10; sendq 75M; connfreq 15; }
|
||||
|
||||
allow { mask *; class clients; maxperip 2; global-maxperip 2; }
|
||||
allow { mask { security-group known-users; } class known; maxperip 3; global-maxperip 3; }
|
||||
|
@ -81,6 +81,7 @@ set {
|
||||
private-message { except { connect-time 300; identified yes; } }
|
||||
private-notice { except { connect-time 300; identified yes; } }
|
||||
}
|
||||
auto-join "#tor";
|
||||
who-limit 0;
|
||||
nick-length 20;
|
||||
maxchannelsperuser 10;
|
||||
@ -191,10 +192,6 @@ set {
|
||||
}
|
||||
}
|
||||
|
||||
set known-users {
|
||||
auto-join "#superbowl";
|
||||
}
|
||||
|
||||
set unknown-users {
|
||||
static-quit "EMO-QUIT";
|
||||
static-part "EMO-PART";
|
||||
|
Loading…
Reference in New Issue
Block a user