mirror of
https://github.com/anope/anope.git
synced 2026-07-07 19:03:14 +02:00
Rename OPDEOP and OPDEOPME privileges to be similar to the other status privileges
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user