Add chat dump to monitor

This commit is contained in:
Gent S
2020-12-15 09:58:11 -05:00
parent 792a317b48
commit d03c4f109f
3 changed files with 17 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ struct ChatCommand {
namespace ChatManager {
extern std::map<std::string, ChatCommand> commands;
extern std::vector<std::string> dump;
void init();
void registerCommand(std::string cmd, int requiredLevel, CommandHandler handlr, std::string help = "");