diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-26 00:02:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-26 00:02:45 +0300 |
commit | 1333ccee41e2acca4ecf4a90a6b230e8bbd23f7d (patch) | |
tree | a7b4c4aef5a3e5f03bb0e5ca38c9d7946275a584 /src/actions/commands.h | |
parent | 3529ae89be2b72e34d119ed4a2aca7b30403032c (diff) | |
download | plus-1333ccee41e2acca4ecf4a90a6b230e8bbd23f7d.tar.gz plus-1333ccee41e2acca4ecf4a90a6b230e8bbd23f7d.tar.bz2 plus-1333ccee41e2acca4ecf4a90a6b230e8bbd23f7d.tar.xz plus-1333ccee41e2acca4ecf4a90a6b230e8bbd23f7d.zip |
Move chat command /emotepet into actions.
Diffstat (limited to 'src/actions/commands.h')
-rw-r--r-- | src/actions/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/commands.h b/src/actions/commands.h index 3577aab36..4b0150d12 100644 --- a/src/actions/commands.h +++ b/src/actions/commands.h @@ -42,6 +42,7 @@ namespace Actions decHandler(setTarget); decHandler(commandOutfit); decHandler(commandEmote); + decHandler(commandEmotePet); } // namespace Actions #undef decHandler |