diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-23 21:59:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-23 21:59:43 +0300 |
commit | 1a652f220d1c74333cd2f54953dbaf41907314b6 (patch) | |
tree | fdaf09d8cb84ca036bdf73c47b0de5165d9e773d /src/input/inputaction.h | |
parent | 475aa157df7400ce40ef9a5cc4cb441291d45df9 (diff) | |
download | plus-1a652f220d1c74333cd2f54953dbaf41907314b6.tar.gz plus-1a652f220d1c74333cd2f54953dbaf41907314b6.tar.bz2 plus-1a652f220d1c74333cd2f54953dbaf41907314b6.tar.xz plus-1a652f220d1c74333cd2f54953dbaf41907314b6.zip |
Move chat command /query 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 852529934..15af94ec7 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -348,6 +348,7 @@ namespace InputAction WHERE, WHO, WHISPER, + QUERY, TOTAL }; } // namespace InputAction |