A fix to the octopus - use dialog channel for value replies

This commit is contained in:
Melanie
2013-04-23 04:58:28 +02:00
parent 274c51c536
commit ca95c68af5

View File

@@ -225,7 +225,7 @@ void HippoFloaterXml::execute(const std::string &cmds)
if (!floater->execute(floater, floater, cmds, offset, response))
break;
if (!response.empty())
send_chat_from_viewer(response, CHAT_TYPE_WHISPER, CHANNEL);
send_chat_from_viewer(response, CHAT_TYPE_WHISPER, floater->mChannel);
}
} else