summaryrefslogtreecommitdiff
path: root/src/actions/chat.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-11 23:53:57 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-11 23:53:57 +0300
commite9fccf3db2f44531e013d708a64550ebb6c4927a (patch)
tree8dc3469dd0d3b463746bcb88d50ac4061f74def3 /src/actions/chat.h
parentf441bb5b1dbb6ea579d7628f39bdd1f53787756e (diff)
downloadplus-e9fccf3db2f44531e013d708a64550ebb6c4927a.tar.gz
plus-e9fccf3db2f44531e013d708a64550ebb6c4927a.tar.bz2
plus-e9fccf3db2f44531e013d708a64550ebb6c4927a.tar.xz
plus-e9fccf3db2f44531e013d708a64550ebb6c4927a.zip
Add new chat command for invite to guild.
New chat command: /guild name
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 321357553..459ee675d 100644
--- a/src/actions/chat.h
+++ b/src/actions/chat.h
@@ -42,6 +42,7 @@ namespace Actions
decHandler(createParty);
decHandler(createGuild);
decHandler(party);
+ decHandler(guild);
decHandler(me);
decHandler(toggle);
} // namespace Actions