[Commands] Remove unused #bestz and #pf Commands. (#2112)

- Remove unused commands.
This commit is contained in:
Kinglykrab
2022-05-06 21:13:26 -04:00
committed by GitHub
parent e62a283a79
commit 4eaf44fc33
5 changed files with 0 additions and 120 deletions
-4
View File
@@ -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;