Use own lobby chat instead of IRC. First steps, still incomplete.
This commit is contained in:
@@ -67,7 +67,7 @@ void Chat::sendMessage() {
|
||||
}
|
||||
|
||||
fillChatLinesHistory(myW->lineEdit_ChatInput->text());
|
||||
myW->getSession()->sendChatMessage(myW->lineEdit_ChatInput->text().toUtf8().constData());
|
||||
myW->getSession()->sendGameChatMessage(myW->lineEdit_ChatInput->text().toUtf8().constData());
|
||||
myW->lineEdit_ChatInput->setText("");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user