unrealircd

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

commit c29d10d0f06816ad65011c9313ec9c81b3a7a1d2
parent 67254240104447e84b19f2fb77d2279fe9e15b24
Author: acidvegas <acid.vegas@acid.vegas>
Date: Sun, 9 Jul 2023 03:01:55 -0400

the unthinkable.....

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

1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/doc/conf/unrealircd.remote.conf b/doc/conf/unrealircd.remote.conf
@@ -19,10 +19,10 @@ alias ns { target nickserv; type services; }
 alias operserv { type services; }
 alias os { target operserv; type services; }
 
-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 servers { pingfreq 120; maxclients   10; sendq 75M; connfreq 15;           }
+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 servers { pingfreq 120; maxclients   10; 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; }
@@ -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 "#mensa";    reason "This channel has been closed";         redirect "#superbowl"; }
 deny channel { channel "#pumpcoin"; reason "This channel has moved to #exchange";  redirect "#exchange";  }
 
 link irc.supernets.org {
@@ -242,6 +241,10 @@ set known-users {
 }
 
 set unknown-users {
+	auto-join "#blackhole";
+}
+
+set unknown-users {
 	static-quit "EMO-QUIT";
 	static-part "EMO-PART";
 }