coleifer / irc

tinkering with a made-from-scratch irc library in python
http://irckit.readthedocs.org/
MIT License
179 stars 55 forks source link

Add SSL/TLS connection support #16

Closed lz1irq closed 8 years ago

lz1irq commented 8 years ago

Auto-detection based on port (6697). Manual forcing with ssl=True parameter in run_bot and IRCConnection._init().