diff -r 8281eea32196 -r 3b8607ac32c6 QTfrontend/proto.h --- a/QTfrontend/proto.h Sat Oct 03 12:35:24 2009 +0000 +++ b/QTfrontend/proto.h Sat Oct 03 12:38:56 2009 +0000 @@ -32,6 +32,7 @@ HWProto(); static QByteArray & addStringToBuffer(QByteArray & buf, const QString & string); static QByteArray & addStringListToBuffer(QByteArray & buf, const QStringList & strList); + static QString formatChatMsg(const QString & nick, const QString & msg); }; #endif // _PROTO_H