diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-05 20:22:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-05 20:22:00 +0300 |
commit | bd44e8d0a94dd96e6f8eb0828b4f2b5de902ee83 (patch) | |
tree | 28bfbcce0f7f34db5a42c7a27dfdac3a75b80e14 /src/actions/commands.h | |
parent | 84b6217136c8d59347ab9f28ec5e9e4d718d5058 (diff) | |
download | plus-bd44e8d0a94dd96e6f8eb0828b4f2b5de902ee83.tar.gz plus-bd44e8d0a94dd96e6f8eb0828b4f2b5de902ee83.tar.bz2 plus-bd44e8d0a94dd96e6f8eb0828b4f2b5de902ee83.tar.xz plus-bd44e8d0a94dd96e6f8eb0828b4f2b5de902ee83.zip |
add chat command for join chat room.
New chat command: /joinroom NAME
Diffstat (limited to 'src/actions/commands.h')
-rw-r--r-- | src/actions/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/commands.h b/src/actions/commands.h index f5fa4344b..ef02a70eb 100644 --- a/src/actions/commands.h +++ b/src/actions/commands.h @@ -83,6 +83,7 @@ namespace Actions decHandler(homunEmote); decHandler(commandHomunEmote); decHandler(createPublicChatRoom); + decHandler(joinChatRoom); } // namespace Actions #undef decHandler |