Skip to content

Commit

Permalink
[Cleanup] Remove unused ^evacuate and ^succor subcommands from bot_co…
Browse files Browse the repository at this point in the history
…mmand.h (#3039)

# Notes
- These are unused.
  • Loading branch information
Kinglykrab committed Mar 5, 2023
1 parent 4572dbc commit 67df6f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zone/bot_command.h
Expand Up @@ -639,7 +639,6 @@ void bot_subcommand_botgroup_list(Client *c, const Seperator *sep);
void bot_subcommand_botgroup_load(Client *c, const Seperator *sep);
void bot_subcommand_botgroup_remove_member(Client *c, const Seperator *sep);
void bot_subcommand_circle(Client *c, const Seperator *sep);
void bot_subcommand_evacuate(Client *c, const Seperator *sep);
void bot_subcommand_heal_rotation_adaptive_targeting(Client *c, const Seperator *sep);
void bot_subcommand_heal_rotation_add_member(Client *c, const Seperator *sep);
void bot_subcommand_heal_rotation_add_target(Client *c, const Seperator *sep);
Expand Down Expand Up @@ -668,7 +667,6 @@ void bot_subcommand_pet_get_lost(Client *c, const Seperator *sep);
void bot_subcommand_pet_remove(Client *c, const Seperator *sep);
void bot_subcommand_pet_set_type(Client *c, const Seperator *sep);
void bot_subcommand_portal(Client *c, const Seperator *sep);
void bot_subcommand_succor(Client *c, const Seperator *sep);


// bot command helpers
Expand Down

0 comments on commit 67df6f6

Please sign in to comment.