Updated flood rates

This commit is contained in:
Dionysus 2023-06-21 22:31:20 -04:00
parent 104c9cb802
commit f8a4d4b6e5
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
2 changed files with 5 additions and 8 deletions

View File

@ -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; }

View File

@ -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";