diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-03 19:38:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-03 19:38:05 +0300 |
commit | 41adf75fa42f497e9f0049a786f08f3414ed6cbd (patch) | |
tree | 31f06b0aea9041e82a0500629c68d22e4e2af37c /src/input | |
parent | fd27023f66223f860715aecbb8660a1d6a1e0d7a (diff) | |
download | plus-41adf75fa42f497e9f0049a786f08f3414ed6cbd.tar.gz plus-41adf75fa42f497e9f0049a786f08f3414ed6cbd.tar.bz2 plus-41adf75fa42f497e9f0049a786f08f3414ed6cbd.tar.xz plus-41adf75fa42f497e9f0049a786f08f3414ed6cbd.zip |
Add chat command /seen for show seen informatin abount nick.
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/inputactionmap.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index b8f89c7cd..91b8d8368 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5233,6 +5233,12 @@ static const InputActionData inputActionData "bartochat", UseArgs_true, Protected_true}, + {"keySeenCmd", + defaultAction(&Actions::seen), + InputCondition::INGAME, + "seen|lastseen", + UseArgs_true, + Protected_true}, }; #undef defaultAction |