diff options
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r-- | src/commandhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commandhandler.h b/src/commandhandler.h index a655d8d32..9ddc567e8 100644 --- a/src/commandhandler.h +++ b/src/commandhandler.h @@ -55,6 +55,8 @@ class CommandHandler final ~CommandHandler() { } + static void addChatCommands(std::list<std::string> &arr); + /** * Parse and handle the given command. */ |