summaryrefslogtreecommitdiff
path: root/src/actions/chat.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-23 21:48:59 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-23 21:48:59 +0300
commit475aa157df7400ce40ef9a5cc4cb441291d45df9 (patch)
tree6990e349c853115820caaf1f34e96c35a5186c8d /src/actions/chat.h
parent2efe6bad2044f12d842466e149f512aba9b7fc86 (diff)
downloadplus-475aa157df7400ce40ef9a5cc4cb441291d45df9.tar.gz
plus-475aa157df7400ce40ef9a5cc4cb441291d45df9.tar.bz2
plus-475aa157df7400ce40ef9a5cc4cb441291d45df9.tar.xz
plus-475aa157df7400ce40ef9a5cc4cb441291d45df9.zip
Move chat command /whisper into actions.
Diffstat (limited to 'src/actions/chat.h')
-rw-r--r--src/actions/chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/chat.h b/src/actions/chat.h
index 8d0003e73..b653e6efb 100644
--- a/src/actions/chat.h
+++ b/src/actions/chat.h
@@ -35,6 +35,7 @@ namespace Actions
decHandler(ignoreAllWhispers);
decHandler(scrollChatUp);
decHandler(scrollChatDown);
+ decHandler(msg);
} // namespace Actions
#undef decHandler