diff options
| author | Adam <Adam@anope.org> | 2012-05-26 02:15:48 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2012-05-26 02:15:48 -0400 |
| commit | 2cbfbc98e9bab3b63adf307bb9066203600ef16e (patch) | |
| tree | bd5130a6a83af8f671f9e3817ff31caec070603c /data | |
| parent | 38d5f20deba313355943883b7b539a82f7a701ee (diff) | |
Some access level fixes from Robby to more closely match the historic levels, and some code cleanup
Diffstat (limited to 'data')
| -rw-r--r-- | data/chanserv.example.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 2b82b05d8..229ca1198 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -232,7 +232,7 @@ privilege { name = "ACCESS_CHANGE" desc = "Allowed to modify the access list" - rank = 290 + rank = 0 level = 10 flag = "f" } @@ -249,7 +249,7 @@ privilege name = "ACCESS_LIST" desc = "Allowed to view the access list" rank = 10 - level = 10 + level = 3 flag = "f" } @@ -579,7 +579,7 @@ privilege name = "MODE" desc = "Allowed to use the MODE command" rank = 170 - level = 5 + level = 9999 flag = "s" } @@ -663,7 +663,7 @@ privilege name = "OWNERME" desc = "Allowed to (de)owner him/herself" rank = 340 - level = "9999" + level = 9999 flag = "q" } |
