mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
[Commands] Remove unused #bestz and #pf Commands. (#2112)
- Remove unused commands.
This commit is contained in:
@@ -1244,10 +1244,6 @@ int bot_command_count; // how many bot commands we have
|
||||
// init has been performed to point at the real function
|
||||
int (*bot_command_dispatch)(Client *,char const *) = bot_command_not_avail;
|
||||
|
||||
// TODO: Find out what these are for...
|
||||
void bot_command_bestz(Client *c, const Seperator *message);
|
||||
void bot_command_pf(Client *c, const Seperator *message);
|
||||
|
||||
std::map<std::string, BotCommandRecord *> bot_command_list;
|
||||
std::map<std::string, std::string> bot_command_aliases;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user