unrealircd

- supernets unrealircd source & configuration
git clone git://git.acid.vegas/unrealircd.git
Log | Files | Refs | Archive | README | LICENSE

commit 70c492df3824f78886dcbe54096369905444f59c
parent 23003d08f5260d5133bd97e13f11d7ceea510707
Author: acidvegas <acid.vegas@acid.vegas>
Date: Wed, 11 Oct 2023 17:54:56 -0400

Ban using MemoServ as a nick

Diffstat:
Mdoc/conf/unrealircd.remote.conf | 12+++++++++++-

1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/doc/conf/unrealircd.remote.conf b/doc/conf/unrealircd.remote.conf
@@ -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";
+}