diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-23 21:48:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-23 21:48:59 +0300 |
commit | 475aa157df7400ce40ef9a5cc4cb441291d45df9 (patch) | |
tree | 6990e349c853115820caaf1f34e96c35a5186c8d /src/input/inputaction.h | |
parent | 2efe6bad2044f12d842466e149f512aba9b7fc86 (diff) | |
download | plus-475aa157df7400ce40ef9a5cc4cb441291d45df9.tar.gz plus-475aa157df7400ce40ef9a5cc4cb441291d45df9.tar.bz2 plus-475aa157df7400ce40ef9a5cc4cb441291d45df9.tar.xz plus-475aa157df7400ce40ef9a5cc4cb441291d45df9.zip |
Move chat command /whisper into actions.
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 8d4051fc0..852529934 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -347,6 +347,7 @@ namespace InputAction IPC_TOGGLE, WHERE, WHO, + WHISPER, TOTAL }; } // namespace InputAction |