diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-27 16:41:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-27 16:41:00 +0300 |
commit | 56178bf525b07582389493158ac90e2ab7721571 (patch) | |
tree | 42a1696e108453eaad3e80ca68151c7f8b10e8fd /src/commands.cpp | |
parent | 7891954d9767df4fc4ecf1c44830ca9c18a34e10 (diff) | |
download | manaplus-56178bf525b07582389493158ac90e2ab7721571.tar.gz manaplus-56178bf525b07582389493158ac90e2ab7721571.tar.bz2 manaplus-56178bf525b07582389493158ac90e2ab7721571.tar.xz manaplus-56178bf525b07582389493158ac90e2ab7721571.zip |
Move chat command /hack into actions.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 4839899fb..d6183b42b 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -100,12 +100,6 @@ extern char **environ; namespace Commands { -impHandler(hack) -{ - Net::getChatHandler()->sendRaw(event.args); - return true; -} - static int uploadUpdate(void *ptr, DownloadStatus::Type status, size_t total A_UNUSED, |