1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 10:46:38 +02:00

Remove more OPDEOP references

This commit is contained in:
Adam
2013-04-11 02:28:36 -05:00
parent db4ed1cfaf
commit c56d72ba84
3 changed files with 7 additions and 9 deletions
+2 -2
View File
@@ -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: