diff options
author | Adam <Adam@anope.org> | 2013-04-09 14:33:54 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-04-09 14:33:54 -0500 |
commit | b35665bb5427f84a42648cc65d1eb8aa5af8d131 (patch) | |
tree | e8a2ddfb0fd9938de44c6be3eae5920dbd297819 | |
parent | c3eb5b885de26ce87187d37362e333dc011d7e16 (diff) |
Rename OPDEOP and OPDEOPME privileges to be similar to the other status privileges
-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 d6d063ee0..5f906e5a8 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -615,7 +615,7 @@ privilege } /* - * OPDEOP privilege. + * OP privilege. * * Used by chanserv/mode, chanserv/op and chanserv/deop. * @@ -624,7 +624,7 @@ privilege */ privilege { - name = "OPDEOP" + name = "OP" rank = 230 level = 5 flag = "o" @@ -632,7 +632,7 @@ privilege } /* - * OPDEOPME privilege. + * OPME privilege. * * Used by chanserv/mode, chanserv/op and chanserv/deop. * @@ -641,7 +641,7 @@ privilege */ privilege { - name = "OPDEOPME" + name = "OPME" rank = 220 level = 5 flag = "o" |