summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-04-11 02:28:36 -0500
committerAdam <Adam@anope.org>2013-04-11 02:28:36 -0500
commitc56d72ba84f5524174582f4b71ff8d1e9c208471 (patch)
tree13300ae52240be3ce9c5516e23314625d397e00e /src
parentdb4ed1cfafec7e75fb8b548dbdbe1ef93500c3bf (diff)
Remove more OPDEOP references
Diffstat (limited to 'src')
-rw-r--r--src/access.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/access.cpp b/src/access.cpp
index 8c43b3a3d..a8da63c50 100644
--- a/src/access.cpp
+++ b/src/access.cpp
@@ -44,8 +44,8 @@ static struct
{"MEMO", _("Allowed to read channel memos")},
{"MODE", _("Allowed to use the MODE command")},
{"NOKICK", _("Prevents users being kicked by Services")},
- {"OPDEOP", _("Allowed to (de)op users")},
- {"OPDEOPME", _("Allowed to (de)op him/herself")},
+ {"OP", _("Allowed to (de)op users")},
+ {"OPME", _("Allowed to (de)op him/herself")},
{"OWNER", _("Allowed to (de)owner users")},
{"OWNERME", _("Allowed to (de)owner him/herself")},
{"PROTECT", _("Allowed to (de)protect users")},