Added phalanx oper

This commit is contained in:
Dionysus 2023-06-19 01:40:19 -04:00
parent d23c7564e0
commit dd74b9d255
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 19 additions and 0 deletions

View File

@ -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; }
}
}