1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 07:03:13 +02:00

Add validation to operclass parsing

This commit is contained in:
Travis McArthur
2015-07-09 15:23:58 -07:00
parent 9241701b0d
commit de1c6330eb
2 changed files with 390 additions and 309 deletions
+1 -2
View File
@@ -55,7 +55,6 @@ operclass globop {
who;
override { see; };
};
map;
};
/* Server administrator */
@@ -147,7 +146,7 @@ operclass admin-with-override {
/* Same as 'services-admin' operclass, but with OperOverride capabilities added */
operclass services-admin-with-override {
parent services-admin;
privileges {
privileges {
override;
};
};
+389 -307
View File
File diff suppressed because it is too large Load Diff