unrealircd

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

commit d89eea7f41992ea1f149d4a09a825bd9831c810c
parent 807fb522f091b1233300acef6b9c0b0eae5bef49
Author: acidvegas <acid.vegas@acid.vegas>
Date: Mon, 19 Jun 2023 16:46:11 -0400

Phalanx does not need who privledges

Diffstat:
Mdoc/conf/opers.conf | 2+-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/conf/opers.conf b/doc/conf/opers.conf
@@ -146,7 +146,7 @@ operclass phalanx {
 	permissions {
 		client  { set { host; } override { message; } }
 		immune  { join-flood; lag; max-concurrent-conversations; nick-flood; target-flood; server-ban { spamfilter; } }
-		channel { override { flood; message; } see { who; } }
+		channel { override { flood; message; } }
 		self    { unkickablemode; set; }
 	}
 }
 \ No newline at end of file