diff options
author | Adam <Adam@anope.org> | 2013-04-11 02:28:36 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-04-11 02:28:36 -0500 |
commit | c56d72ba84f5524174582f4b71ff8d1e9c208471 (patch) | |
tree | 13300ae52240be3ce9c5516e23314625d397e00e /src/access.cpp | |
parent | db4ed1cfafec7e75fb8b548dbdbe1ef93500c3bf (diff) |
Remove more OPDEOP references
Diffstat (limited to 'src/access.cpp')
-rw-r--r-- | src/access.cpp | 4 |
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")}, |