1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 19:03:13 +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
+3 -5
View File
@@ -313,11 +313,9 @@ class CommandBSSetFantasy : public Command
"with one of the following fantasy characters: \002%s\002\n"
" \n"
"Note that users wanting to use fantaisist\n"
"commands MUST have enough level for both\n"
"the FANTASIA and another level depending\n"
"of the command if required (for example, to use\n"
"!op, user must have enough access for the OPDEOP\n"
"level)."), Config->ChanServ.c_str(), Config->BSFantasyCharacter.c_str());
"commands MUST have enough access for both\n"
"the FANTASIA and the command they are executing."),
Config->ChanServ.c_str(), Config->BSFantasyCharacter.c_str());
return true;
}
};
+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:
+2 -2
View File
@@ -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")},