diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-25 13:04:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-25 13:04:02 +0300 |
commit | e62706843143949918653a03cc0cbf6620687a60 (patch) | |
tree | 648b609d88e7e642d6ecd0007780aaee03ee92db /src/actions/chat.h | |
parent | 4c0d3dc62399e35c288cb82dfbf3f8811328f06c (diff) | |
download | ManaVerse-e62706843143949918653a03cc0cbf6620687a60.tar.gz ManaVerse-e62706843143949918653a03cc0cbf6620687a60.tar.bz2 ManaVerse-e62706843143949918653a03cc0cbf6620687a60.tar.xz ManaVerse-e62706843143949918653a03cc0cbf6620687a60.zip |
Move chat command /createparty into actions.
Diffstat (limited to 'src/actions/chat.h')
-rw-r--r-- | src/actions/chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/chat.h b/src/actions/chat.h index 8a5e3a3c8..7cb453872 100644 --- a/src/actions/chat.h +++ b/src/actions/chat.h @@ -38,6 +38,7 @@ namespace Actions decHandler(msg); decHandler(query); decHandler(clearChatTab); + decHandler(createParty); } // namespace Actions #undef decHandler |