From dd74b9d2554d8f1728718bd0d685e439bde77a00 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Mon, 19 Jun 2023 01:40:19 -0400 Subject: [PATCH] Added phalanx oper --- doc/conf/opers.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/conf/opers.conf b/doc/conf/opers.conf index bc663ea..11c9f8a 100644 --- a/doc/conf/opers.conf +++ b/doc/conf/opers.conf @@ -97,6 +97,15 @@ oper cancer { vhost RETTE; } +oper phalanx { + class clients; + mask localhost; + password 'REDACTED'; + operclass phalanx; + maxlogins 5000; + vhost R; +} + ################################################## operclass netadmin { @@ -131,4 +140,14 @@ operclass fuckyou { channel { override { flood; } } sacmd { sajoin; } } +} + +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; } } + sacmd { sajoin; } + self { unkickablemode; set; } + } } \ No newline at end of file