mirror of
git://git.acid.vegas/unrealircd.git
synced 2025-02-18 18:29:05 +00:00
the unthinkable.....
This commit is contained in:
parent
6725424010
commit
c29d10d0f0
@ -22,7 +22,7 @@ alias os { target operserv; type services; }
|
|||||||
class clients { pingfreq 120; maxclients 100; sendq 25M; recvq 32k; }
|
class clients { pingfreq 120; maxclients 100; sendq 25M; recvq 32k; }
|
||||||
class known { pingfreq 120; maxclients 250; sendq 50M; recvq 32k; }
|
class known { pingfreq 120; maxclients 250; sendq 50M; recvq 32k; }
|
||||||
class local { pingfreq 300; maxclients 1000; sendq 50M; options { nofakelag; } }
|
class local { pingfreq 300; maxclients 1000; sendq 50M; options { nofakelag; } }
|
||||||
class servers { pingfreq 120; maxclients 10; sendq 75M; connfreq 15; }
|
class servers { pingfreq 120; maxclients 10; sendq 100M; connfreq 15; }
|
||||||
|
|
||||||
allow { mask *; class clients; maxperip 2; global-maxperip 2; }
|
allow { mask *; class clients; maxperip 2; global-maxperip 2; }
|
||||||
allow { mask { security-group known-users; } class known; maxperip 3; global-maxperip 3; }
|
allow { mask { security-group known-users; } class known; maxperip 3; global-maxperip 3; }
|
||||||
@ -38,7 +38,6 @@ listen { ip *; port REDACTED; options { serversonly; tls; } }
|
|||||||
#}
|
#}
|
||||||
|
|
||||||
deny channel { channel "#help"; reason "This channel has moved to #superbowl"; redirect "#superbowl"; }
|
deny channel { channel "#help"; reason "This channel has moved to #superbowl"; redirect "#superbowl"; }
|
||||||
deny channel { channel "#mensa"; reason "This channel has been closed"; redirect "#superbowl"; }
|
|
||||||
deny channel { channel "#pumpcoin"; reason "This channel has moved to #exchange"; redirect "#exchange"; }
|
deny channel { channel "#pumpcoin"; reason "This channel has moved to #exchange"; redirect "#exchange"; }
|
||||||
|
|
||||||
link irc.supernets.org {
|
link irc.supernets.org {
|
||||||
@ -241,6 +240,10 @@ set known-users {
|
|||||||
auto-join "#superbowl";
|
auto-join "#superbowl";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
set unknown-users {
|
||||||
|
auto-join "#blackhole";
|
||||||
|
}
|
||||||
|
|
||||||
set unknown-users {
|
set unknown-users {
|
||||||
static-quit "EMO-QUIT";
|
static-quit "EMO-QUIT";
|
||||||
static-part "EMO-PART";
|
static-part "EMO-PART";
|
||||||
|
Loading…
Reference in New Issue
Block a user