[Commands] Cleanup #guild Command (#2693)

# Commands
- Adds `#guild search [Search Criteria]` sub command.

# Notes
- Allows operators to search for a guild instead of listing all guilds at once.
- Adds a method for sending guild sub commands to make code drier.
This commit is contained in:
Alex King
2023-01-04 16:20:43 -05:00
committed by GitHub
parent b15e73e1b2
commit d9f437d90f
4 changed files with 122 additions and 50 deletions
+1
View File
@@ -33,6 +33,7 @@ std::map<std::string, std::string> GetModifyNPCStatMap();
std::string GetModifyNPCStatDescription(std::string stat);
void SendNPCEditSubCommands(Client *c);
void SendRuleSubCommands(Client *c);
void SendGuildSubCommands(Client *c);
// Commands
void command_acceptrules(Client *c, const Seperator *sep);