mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-11-14 12:06:41 +00:00
typo
This commit is contained in:
parent
1895a725a1
commit
807fb522f0
@ -20,7 +20,7 @@ alias operserv { type services; }
|
||||
alias os { target operserv; type services; }
|
||||
|
||||
class clients { pingfreq 120; maxclients 100; sendq 1M; options { nofakelag; } }
|
||||
class local { pingfreq 300; maxclients 1000; sendq 5M; options { nofakelagl } }
|
||||
class local { pingfreq 300; maxclients 1000; sendq 5M; options { nofakelag; } }
|
||||
class servers { pingfreq 120; maxclients 10; sendq 1M; connfreq 30; }
|
||||
|
||||
allow { mask *; class clients; maxperip 2; global-maxperip 2; }
|
||||
|
Loading…
Reference in New Issue
Block a user