summaryrefslogtreecommitdiff
path: root/src/net/ea/chathandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/chathandler.cpp')
-rw-r--r--src/net/ea/chathandler.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/ea/chathandler.cpp b/src/net/ea/chathandler.cpp
index c6e490b00..7be94ca3e 100644
--- a/src/net/ea/chathandler.cpp
+++ b/src/net/ea/chathandler.cpp
@@ -49,8 +49,7 @@ ChatHandler::ChatHandler()
void ChatHandler::me(const std::string &text)
{
std::string action = strprintf("*%s*", text.c_str());
-
- talk(action);
+ talk(action, GENERAL_CHANNEL);
}
void ChatHandler::channelList()