QTfrontend/newnetclient.cpp
changeset 1322 c624b04699fb
parent 1321 d7dc4e86201e
child 1324 4b48ae1f0f53
equal deleted inserted replaced
1321:d7dc4e86201e 1322:c624b04699fb
   458 }
   458 }
   459 
   459 
   460 void HWNewNet::chatLineToNet(const QString& str)
   460 void HWNewNet::chatLineToNet(const QString& str)
   461 {
   461 {
   462   if(str!="") {
   462   if(str!="") {
   463     RawSendNet(QString("CHAT_STRING")+delimeter+mynick+delimeter+str);
   463     RawSendNet(QString("CHAT_STRING")+delimeter+str);
   464     emit(chatStringFromNet(QStringList(mynick) << str));
   464     emit(chatStringFromNet(QStringList(mynick) << str));
   465   }
   465   }
   466 }
   466 }
   467 
   467 
   468 void HWNewNet::askRoomsList()
   468 void HWNewNet::askRoomsList()