diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-05 22:29:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-06 01:56:21 +0300 |
commit | 97868ad421f8587ffedda5392ac0af2c3fecc7bb (patch) | |
tree | 4ec8dcbe93c3eb7bac899721a934f6651bb9fc2d /src/input/inputaction.h | |
parent | 4b5f5a0718db7074c32be2fff266a6bf77dbb518 (diff) | |
download | plus-97868ad421f8587ffedda5392ac0af2c3fecc7bb.tar.gz plus-97868ad421f8587ffedda5392ac0af2c3fecc7bb.tar.bz2 plus-97868ad421f8587ffedda5392ac0af2c3fecc7bb.tar.xz plus-97868ad421f8587ffedda5392ac0af2c3fecc7bb.zip |
Add chat command for leave chat room.
New chat command: /leaveroom
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 dba7a2a91..f39b1864b 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -593,6 +593,7 @@ namespace InputAction HAT, CREATE_PUBLIC_ROOM, JOIN_ROOM, + LEAVE_ROOM, TOTAL }; } // namespace InputAction |