1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 21:23:12 +02:00

default operclasses: allow globop and higher to override whois and names by default (to see users in channels)

This commit is contained in:
Bram Matthys
2015-06-26 10:49:56 +02:00
parent f981843672
commit 2769e4860a
+4
View File
@@ -41,6 +41,7 @@ operclass globop {
tkl { shun; zline; kline; gline; };
trace;
who;
override { names; whois; };
};
};
@@ -55,6 +56,7 @@ operclass admin {
spamfilter;
trace;
who;
override { names; whois; };
};
};
@@ -72,6 +74,7 @@ operclass services-admin {
sajoin;
sapart;
samode;
override { names; whois; };
};
};
@@ -90,6 +93,7 @@ operclass netadmin {
sapart;
samode;
servicebot { deop; kill; };
override { names; whois; };
};
};