Added automatic streamer mode detection to Linux (#2316)
This commit is contained in:
@@ -137,7 +137,7 @@ void AbstractIrcServer::open(ConnectionType type)
|
||||
}
|
||||
}
|
||||
|
||||
void AbstractIrcServer::addGlobalSystemMessage(QString messageText)
|
||||
void AbstractIrcServer::addGlobalSystemMessage(const QString &messageText)
|
||||
{
|
||||
std::lock_guard<std::mutex> lock(this->channelMutex);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user