diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-27 15:40:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-27 15:40:34 +0300 |
commit | 0b9105af0ae2b85a0a3ea5364d8a854d107ce34a (patch) | |
tree | 10d4c2e846010e55fe7a48cc9e84502938ef16ab /src/input/inputaction.h | |
parent | ba4e639a333eed40f95f7bf7a361c0bd0186c334 (diff) | |
download | plus-0b9105af0ae2b85a0a3ea5364d8a854d107ce34a.tar.gz plus-0b9105af0ae2b85a0a3ea5364d8a854d107ce34a.tar.bz2 plus-0b9105af0ae2b85a0a3ea5364d8a854d107ce34a.tar.xz plus-0b9105af0ae2b85a0a3ea5364d8a854d107ce34a.zip |
Move chat command /disableaway 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 36f9277b1..cfeef44c1 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -412,6 +412,7 @@ namespace InputAction DISABLE_HIGHLIGHT, DONT_REMOVE_NAME, REMOVE_NAME, + DISABLE_AWAY, TOTAL }; } // namespace InputAction |