From 3529ae89be2b72e34d119ed4a2aca7b30403032c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 25 Aug 2014 23:42:20 +0300 Subject: Move chat command /emote into actions. --- src/commands.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/commands.cpp') diff --git a/src/commands.cpp b/src/commands.cpp index c5bc1e75e..9bf94be48 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -166,16 +166,6 @@ impHandler(navigate) return true; } -impHandler(emote) -{ - if (localPlayer) - { - localPlayer->emote(static_cast(atoi(event.args.c_str()))); - return true; - } - return false; -} - impHandler(emotePet) { // need use actual pet id -- cgit v1.2.3-70-g09d2