still a little fix!

This commit is contained in:
Perttu Ahola 2011-02-15 16:14:02 +02:00
parent 40556f4b2d
commit 95c88d258b

@ -577,7 +577,7 @@ struct TextDestChat : public TextDest
std::wstring reply = L"Local: ";
reply += L"Local commands not yet supported. "
"Server prefix is \"/#\".";
L"Server prefix is \"/#\".";
m_client->addChatMessage(reply);
return;