disabled irc and fixed notice messages in write conn not showing

This commit is contained in:
fourtf
2019-09-22 16:16:08 +02:00
parent f27c8eb1b4
commit fc049d8f45
4 changed files with 41 additions and 7 deletions
+2
View File
@@ -66,6 +66,7 @@ void IrcServer::initializeConnection(IrcConnection *connection,
connection->setRealName(this->data_->real.isEmpty() ? this->data_->user
: this->data_->nick);
#if 0
switch (this->data_->authType)
{
case IrcAuthType::Sasl:
@@ -87,6 +88,7 @@ void IrcServer::initializeConnection(IrcConnection *connection,
default:
this->open(Both);
}
#endif
QObject::connect(
connection, &Communi::IrcConnection::socketError, this,