From 807fb522f091b1233300acef6b9c0b0eae5bef49 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Mon, 19 Jun 2023 16:44:36 -0400 Subject: [PATCH] typo --- doc/conf/unrealircd.remote.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf/unrealircd.remote.conf b/doc/conf/unrealircd.remote.conf index f16aeba..88b5626 100644 --- a/doc/conf/unrealircd.remote.conf +++ b/doc/conf/unrealircd.remote.conf @@ -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; }