diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-11 02:10:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-11 02:10:20 +0300 |
commit | f351cda87ca7dcfad1772e78ebdecd184a06e385 (patch) | |
tree | 340b6caec0106cb480afb7f7fb97ee78ab6516ae /src/input/inputaction.h | |
parent | 48d66daa641c58d68a4150b1f6bf958dfb8ecb13 (diff) | |
download | plus-f351cda87ca7dcfad1772e78ebdecd184a06e385.tar.gz plus-f351cda87ca7dcfad1772e78ebdecd184a06e385.tar.bz2 plus-f351cda87ca7dcfad1772e78ebdecd184a06e385.tar.xz plus-f351cda87ca7dcfad1772e78ebdecd184a06e385.zip |
Add chat command for silent sendong whisper message.
New chat command: /w2 name message
Aliases: /whisper2
/msg2
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 7e8a15ab1..b3b95a8f7 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -492,6 +492,7 @@ namespace InputAction CONTEXT_MENU, BUY, SELL, + WHISPER2, TOTAL }; } // namespace InputAction |