The ammount of IRC-Servers with SSL Support is growing fast, it would be nice if NET::IRC could handle those.
Logged In: YES user_id=511066
This is supported already:
$conn = $irc->newconn(Nick => 'some_nick', Server => 'some.irc.server.com', Port => 994, SSL => 1);
Log in to post a comment.
Logged In: YES
user_id=511066
This is supported already:
$conn = $irc->newconn(Nick => 'some_nick',
Server =>
'some.irc.server.com',
Port => 994,
SSL => 1);