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 /modules/database/db_old.cpp | |
parent | db4ed1cfafec7e75fb8b548dbdbe1ef93500c3bf (diff) |
Remove more OPDEOP references
Diffstat (limited to 'modules/database/db_old.cpp')
-rw-r--r-- | modules/database/db_old.cpp | 4 |
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: |