mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-25 08:32:25 +00:00
[Bots] Remove orphaned commands related to botgroup (#3489)
This commit is contained in:
parent
47be17e2af
commit
c81d05940a
@ -2815,19 +2815,6 @@ void bot_command_bot(Client *c, const Seperator *sep)
|
|||||||
helper_send_available_subcommands(c, "bot", subcommand_list);
|
helper_send_available_subcommands(c, "bot", subcommand_list);
|
||||||
}
|
}
|
||||||
|
|
||||||
void bot_command_botgroup(Client *c, const Seperator *sep)
|
|
||||||
{
|
|
||||||
const std::list<const char*> subcommand_list = {
|
|
||||||
"botgroupaddmember", "botgroupcreate", "botgroupdelete", "botgrouplist", "botgroupload", "botgroupremovemember"
|
|
||||||
};
|
|
||||||
|
|
||||||
if (helper_command_alias_fail(c, "bot_command_botgroup", sep->arg[0], "botgroup")) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
helper_send_available_subcommands(c, "bot-group", subcommand_list);
|
|
||||||
}
|
|
||||||
|
|
||||||
void bot_command_charm(Client *c, const Seperator *sep)
|
void bot_command_charm(Client *c, const Seperator *sep)
|
||||||
{
|
{
|
||||||
auto local_list = &bot_command_spells[BCEnum::SpT_Charm];
|
auto local_list = &bot_command_spells[BCEnum::SpT_Charm];
|
||||||
|
|||||||
@ -552,7 +552,6 @@ void bot_command_apply_potion(Client* c, const Seperator* sep);
|
|||||||
void bot_command_attack(Client *c, const Seperator *sep);
|
void bot_command_attack(Client *c, const Seperator *sep);
|
||||||
void bot_command_bind_affinity(Client *c, const Seperator *sep);
|
void bot_command_bind_affinity(Client *c, const Seperator *sep);
|
||||||
void bot_command_bot(Client *c, const Seperator *sep);
|
void bot_command_bot(Client *c, const Seperator *sep);
|
||||||
void bot_command_botgroup(Client *c, const Seperator *sep);
|
|
||||||
void bot_command_caster_range(Client* c, const Seperator* sep);
|
void bot_command_caster_range(Client* c, const Seperator* sep);
|
||||||
void bot_command_charm(Client *c, const Seperator *sep);
|
void bot_command_charm(Client *c, const Seperator *sep);
|
||||||
void bot_command_cure(Client *c, const Seperator *sep);
|
void bot_command_cure(Client *c, const Seperator *sep);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user