unrealircd

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

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

Moved auto-join into already defined set block for unknown-users

Diffstat:
Mdoc/conf/unrealircd.remote.conf | 3---

1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/doc/conf/unrealircd.remote.conf b/doc/conf/unrealircd.remote.conf
@@ -242,9 +242,6 @@ set known-users {
 
 set unknown-users {
 	auto-join "#blackhole";
-}
-
-set unknown-users {
 	static-quit "EMO-QUIT";
 	static-part "EMO-PART";
 }