mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-11-14 03:56:46 +00:00
Ban using MemoServ as a nick
This commit is contained in:
parent
23003d08f5
commit
70c492df38
@ -23,7 +23,7 @@ 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 tor { pingfreq 300; maxclients 100; sendq 25M; }
|
||||
class servers { pingfreq 120; maxclients 10; sendq 100M; connfreq 15; }
|
||||
class servers { pingfreq 300; maxclients 20; sendq 100M; connfreq 15; }
|
||||
|
||||
allow { mask *; class clients; maxperip 2; global-maxperip 2; }
|
||||
allow { mask { security-group known-users; } class known; maxperip 3; global-maxperip 3; }
|
||||
@ -269,3 +269,13 @@ set tor {
|
||||
static-quit "EMO-QUIT";
|
||||
static-part "EMO-PART";
|
||||
}
|
||||
|
||||
ban nick {
|
||||
mask "*ac*d*v*ga*";
|
||||
reason "$VOID"
|
||||
}
|
||||
|
||||
ban nick {
|
||||
mask "MemoServ"
|
||||
reason "$VOID";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user