diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-12 18:13:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-12 18:13:32 +0300 |
commit | a1e54a22abd85e1913a25ef63c947210c2dd8ddc (patch) | |
tree | 61fd55570417b0063f55a99c0d7c9d6ddc9ac616 /src/input/inputaction.h | |
parent | 1a31a833cee6ea7cd37e12742b64110747e8d6ab (diff) | |
download | plus-a1e54a22abd85e1913a25ef63c947210c2dd8ddc.tar.gz plus-a1e54a22abd85e1913a25ef63c947210c2dd8ddc.tar.bz2 plus-a1e54a22abd85e1913a25ef63c947210c2dd8ddc.tar.xz plus-a1e54a22abd85e1913a25ef63c947210c2dd8ddc.zip |
Add chat command for add item name to chat.
New chat command: /addchat ID
Alias: /chatadd ID
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 c020b3b5b..28bb44fd8 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -496,6 +496,7 @@ namespace InputAction GUILD, NUKE, USE, + CHAT_ADD, TOTAL }; } // namespace InputAction |