Skip to content
Snippets Groups Projects
Commit 95c88d25 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

still a little fix!

parent 40556f4b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment