aboutsummaryrefslogtreecommitdiff
path: root/saxrobot
diff options
context:
space:
mode:
Diffstat (limited to 'saxrobot')
-rwxr-xr-xsaxrobot1
1 files changed, 1 insertions, 0 deletions
diff --git a/saxrobot b/saxrobot
index 065e01a..f72a95b 100755
--- a/saxrobot
+++ b/saxrobot
@@ -15,6 +15,7 @@ my $current_nick = $config{nick};
# New PoCo-IRC object
my $irc = POE::Component::IRC->spawn(
+ UseSSL => $config{usessl},
nick => $config{nick},
ircname => $config{ircname},
port => $config{port},