fixed unneccessssary connected message and stretching in the highlights

settings
This commit is contained in:
fourtf
2018-05-07 00:47:35 +02:00
parent 1381214911
commit f695a41c6c
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -68,8 +68,8 @@ void AbstractIrcServer::connect()
this->readConnection->open();
}
this->onConnected();
// this->connected.invoke();
// this->onConnected();
// possbile event: started to connect
}
void AbstractIrcServer::disconnect()