mirror of
git://git.acid.vegas/unrealircd.git
synced 2025-02-18 18:29:05 +00:00
Added phalanx oper
This commit is contained in:
parent
d23c7564e0
commit
dd74b9d255
@ -97,6 +97,15 @@ oper cancer {
|
|||||||
vhost RETTE;
|
vhost RETTE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
oper phalanx {
|
||||||
|
class clients;
|
||||||
|
mask localhost;
|
||||||
|
password 'REDACTED';
|
||||||
|
operclass phalanx;
|
||||||
|
maxlogins 5000;
|
||||||
|
vhost R;
|
||||||
|
}
|
||||||
|
|
||||||
##################################################
|
##################################################
|
||||||
|
|
||||||
operclass netadmin {
|
operclass netadmin {
|
||||||
@ -132,3 +141,13 @@ operclass fuckyou {
|
|||||||
sacmd { sajoin; }
|
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; }
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user