aboutsummaryrefslogtreecommitdiff
path: root/saxrobot
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-03-18 21:05:04 +1300
committerDavid Phillips <david@sighup.nz>2017-03-18 21:07:28 +1300
commit58b197bdf49ab078d5f4f59bb84124f6ebe6b7b7 (patch)
treebab8560d141bd3189cd73273b77ab09cf3f6ed2c /saxrobot
parent165301c42b14a7096eaa31f631c402361872db88 (diff)
downloadidalius-58b197bdf49ab078d5f4f59bb84124f6ebe6b7b7.tar.xz
Add SSL option
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},