summaryrefslogtreecommitdiff
path: root/src/actions/chat.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-25 13:26:14 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-25 13:26:14 +0300
commita7c2351c708c38bf020e8e1250b6a78cb2b6f89e (patch)
treebe67051942049a004b2cfaa0535931aa5d4f169b /src/actions/chat.h
parent4bb530a447cc08fbe176cface478898e0b35f5d1 (diff)
downloadplus-a7c2351c708c38bf020e8e1250b6a78cb2b6f89e.tar.gz
plus-a7c2351c708c38bf020e8e1250b6a78cb2b6f89e.tar.bz2
plus-a7c2351c708c38bf020e8e1250b6a78cb2b6f89e.tar.xz
plus-a7c2351c708c38bf020e8e1250b6a78cb2b6f89e.zip
Move chat command /me 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 c575827fd..78a3743e6 100644
--- a/src/actions/chat.h
+++ b/src/actions/chat.h
@@ -41,6 +41,7 @@ namespace Actions
decHandler(createParty);
decHandler(createGuild);
decHandler(party);
+ decHandler(me);
} // namespace Actions
#undef decHandler