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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/chathandler.cpp b/src/net/ea/chathandler.cpp
index 2446e26e..26af36dd 100644
--- a/src/net/ea/chathandler.cpp
+++ b/src/net/ea/chathandler.cpp
@@ -186,7 +186,7 @@ void ChatHandler::me(const std::string &text)
{
std::string action = strprintf("*%s*", text.c_str());
- talk(text);
+ talk(action);
}
void ChatHandler::privateMessage(const std::string &recipient,