[Commands] Add #findlanguage Command (#3434)

# Notes
- Add `#findlanguage` command.
This commit is contained in:
Alex King
2023-06-24 20:26:29 -04:00
committed by GitHub
parent d558f9ece2
commit 9154c90418
3 changed files with 80 additions and 0 deletions
+1
View File
@@ -93,6 +93,7 @@ void command_findcharacter(Client *c, const Seperator *sep);
void command_findclass(Client *c, const Seperator *sep);
void command_findcurrency(Client *c, const Seperator *sep);
void command_findfaction(Client *c, const Seperator *sep);
void command_findlanguage(Client *c, const Seperator *sep);
void command_findnpctype(Client *c, const Seperator *sep);
void command_findrace(Client *c, const Seperator *sep);
void command_findrecipe(Client *c, const Seperator *sep);