summaryrefslogtreecommitdiff
path: root/src/actions/actions.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-03 19:38:05 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-03 19:38:05 +0300
commit41adf75fa42f497e9f0049a786f08f3414ed6cbd (patch)
tree31f06b0aea9041e82a0500629c68d22e4e2af37c /src/actions/actions.h
parentfd27023f66223f860715aecbb8660a1d6a1e0d7a (diff)
downloadplus-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/actions/actions.h')
-rw-r--r--src/actions/actions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/actions.h b/src/actions/actions.h
index 5581fee52..7d583527b 100644
--- a/src/actions/actions.h
+++ b/src/actions/actions.h
@@ -112,6 +112,7 @@ namespace Actions
decHandler(craftKey);
decHandler(resetGameModifiers);
decHandler(barToChat);
+ decHandler(seen);
} // namespace Actions
#undef decHandler