diff options
-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" |