summaryrefslogtreecommitdiff
path: root/modules/database/db_old.cpp
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 /modules/database/db_old.cpp
parentdb4ed1cfafec7e75fb8b548dbdbe1ef93500c3bf (diff)
Remove more OPDEOP references
Diffstat (limited to 'modules/database/db_old.cpp')
-rw-r--r--modules/database/db_old.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/database/db_old.cpp b/modules/database/db_old.cpp
index dc2e1676b..6eba8a2a9 100644
--- a/modules/database/db_old.cpp
+++ b/modules/database/db_old.cpp
@@ -222,7 +222,7 @@ static Anope::string GetLevelName(int level)
case 6:
return "AUTOVOICE";
case 7:
- return "OPDEOP";
+ return "OP";
case 8:
return "LIST";
case 9:
@@ -256,7 +256,7 @@ static Anope::string GetLevelName(int level)
case 23:
return "AUTOPROTECT";
case 24:
- return "OPDEOPME";
+ return "OPME";
case 25:
return "HALFOPME";
case 26: