diff -r edd12b259e7c -r 6c5d504af2ba QTfrontend/newnetclient.cpp --- a/QTfrontend/newnetclient.cpp Fri Oct 02 18:56:54 2009 +0000 +++ b/QTfrontend/newnetclient.cpp Sat Oct 03 09:35:14 2009 +0000 @@ -605,6 +605,11 @@ } } +void HWNewNet::SendTeamMessage(const QString& str) +{ + RawSendNet(QString("TEAMCHAT") + delimeter + str); +} + void HWNewNet::askRoomsList() { if(netClientState != 2)