still a little fix!

master
Perttu Ahola 2011-02-15 16:14:02 +02:00
parent 40556f4b2d
commit 95c88d258b
1 changed files with 1 additions and 1 deletions

View File

@ -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;