jaraco / irc

Full-featured Python IRC library for Python.
MIT License
390 stars 85 forks source link

added oauth option #103

Closed martinjuhasz closed 8 years ago

martinjuhasz commented 8 years ago

not sure if this is in the specs, but f.e. you need to use oauth if you want to connect to twitch IRC servers.

jaraco commented 8 years ago

I'm not too fond of this change. It adds to the semantic complexity with little benefit. Why not simply supply the requisite "oauth:" prefix in the parameter supplied?

martinjuhasz commented 8 years ago

totally omg. just delete it ;)