diff -r 972d418057a7 -r 11598e7aa7e6 QTfrontend/proto.cpp --- a/QTfrontend/proto.cpp Tue Feb 01 00:24:28 2011 +0100 +++ b/QTfrontend/proto.cpp Tue Feb 01 06:06:38 2011 +0100 @@ -45,6 +45,11 @@ return buf; } +QString HWProto::formatChatMsgForFrontend(const QString & msg) +{ + return formatChatMsg("|nick|", msg); +} + QString HWProto::formatChatMsg(const QString & nick, const QString & msg) { if(msg.left(4) == "/me ")