show/hide this revision's text 3 deleted 1 characters in body

Twisted has an IRC client (in twisted.words), and it supports SSL.

There is an example in the documentation, just remember to do reactor.connectSSL instead of reactor.connectTCP.

If you don't want Twisted, there is also the Python IRC library, which I notice have has SSL support in the latest release.

show/hide this revision's text 2 added 195 characters in body

Twisted has an IRC client (in twisted.words), and it supports SSL.

There is an example in the documentation, just remember to do reactor.connectSSL instead of reactor.connectTCP.

If you don't want Twisted, there is also the Python IRC library, which I notice have SSL support in the latest release.

show/hide this revision's text 1

Twisted has an IRC client (in twisted.words), and it supports SSL.

There is an example in the documentation, just remember to do reactor.connectSSL instead of reactor.connectTCP.