@ -103,12 +103,13 @@ void IRC::onRegistered()
if (config.common("RejoinChannelsOnConnect") == "1")
rejoinChannels();
contextualScriptEvent(&m_status, ScriptEvent::Connected);
}
void IRC::onConnected()
{
emit connected();
void IRC::onConnectedWithSSLExceptions(const std::vector<IRCError>& codes)