diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-27 16:26:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-27 16:26:22 +0300 |
commit | de2e84a86c3419a41de594951c452e25dde60d86 (patch) | |
tree | a791b7d043b1e1574d76cd7d64c34e1afa2b48ed /src/input/inputaction.h | |
parent | d69abc43187ded70dce586d793a4dc1dbcd1010d (diff) | |
download | plus-de2e84a86c3419a41de594951c452e25dde60d86.tar.gz plus-de2e84a86c3419a41de594951c452e25dde60d86.tar.bz2 plus-de2e84a86c3419a41de594951c452e25dde60d86.tar.xz plus-de2e84a86c3419a41de594951c452e25dde60d86.zip |
Move chat command /uploadserverconfig 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 3dbd37d27..cf7886bf5 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -419,6 +419,7 @@ namespace InputAction TALK_RAW, TALK_PET, UPLOAD_CONFIG, + UPLOAD_SERVER_CONFIG, TOTAL }; } // namespace InputAction |