Added bot command 'itemuse'

This commit is contained in:
Uleat
2019-12-10 02:02:42 -05:00
parent ab35c3ed90
commit efd710855e
3 changed files with 110 additions and 0 deletions
+1
View File
@@ -573,6 +573,7 @@ void bot_command_hold(Client *c, const Seperator *sep);
void bot_command_identify(Client *c, const Seperator *sep);
void bot_command_inventory(Client *c, const Seperator *sep);
void bot_command_invisibility(Client *c, const Seperator *sep);
void bot_command_item_use(Client *c, const Seperator *sep);
void bot_command_levitation(Client *c, const Seperator *sep);
void bot_command_lull(Client *c, const Seperator *sep);
void bot_command_mesmerize(Client *c, const Seperator *sep);