equal
deleted
inserted
replaced
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() |