equal
deleted
inserted
replaced
480 |
480 |
481 void HWNewNet::chatLineToNet(const QString& str) |
481 void HWNewNet::chatLineToNet(const QString& str) |
482 { |
482 { |
483 if(str!="") { |
483 if(str!="") { |
484 RawSendNet(QString("CHAT_STRING")+delimeter+str); |
484 RawSendNet(QString("CHAT_STRING")+delimeter+str); |
485 emit(chatStringFromNet(QString("%1: %2").arg(mynick).arg(str))); |
485 emit(chatStringFromMe(QString("%1: %2").arg(mynick).arg(str))); |
486 } |
486 } |
487 } |
487 } |
488 |
488 |
489 void HWNewNet::askRoomsList() |
489 void HWNewNet::askRoomsList() |
490 { |
490 { |