summaryrefslogtreecommitdiffstats
path: root/src/crsm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crsm.cpp')
-rw-r--r--src/crsm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crsm.cpp b/src/crsm.cpp
index 1b782c6..9e4d887 100644
--- a/src/crsm.cpp
+++ b/src/crsm.cpp
@@ -1634,6 +1634,7 @@ void CRSM::prepareAndConnectIrc()
connection->setRealName(Config.IRC.RealName);
connection->setReconnectDelay(Config.IRC.ReconnectDelay);
connection->setPassword(Config.IRC.Password);
+ connection->setSecure(Config.IRC.SSL);
connect(connection, SIGNAL(messageReceived(IrcMessage*)), this, SLOT(ircMessageReceived(IrcMessage*)));
connect(connection, SIGNAL(connected()), this, SLOT(ircConnected()));