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/input/inputaction.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/input/inputaction.h')
-rw-r--r-- | src/input/inputaction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/inputaction.h b/src/input/inputaction.h index 438075dcf..dba7a2a91 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -592,6 +592,7 @@ namespace InputAction KICK_GUILD, HAT, CREATE_PUBLIC_ROOM, + JOIN_ROOM, TOTAL }; } // namespace InputAction |