jquast / x84

A python telnet/ssh server for modern terminals. In spirit of classic software such as ami/x, teleguard, renegade, iniquity.
http://x84.readthedocs.org/
Other
373 stars 56 forks source link

Add CONNECT password support to ircchat.py #284

Closed tfaoro closed 8 years ago

tfaoro commented 8 years ago

Adding the option to specify passwords when connecting to IRC servers would allow x84 users to join Slack channels via their IRC backend. I believe CONNECT passwords are part of the RFC so hopefully it wouldn't be too difficult to add...

haliphax commented 8 years ago

It would be fairly trivial, yes. Load password from default.ini, use it as the password parameter in the .connect(...) call: http://pythonhosted.org/irc/irc.html#irc.client.ServerConnection.connect

Maybe I'll take a crack at it this weekend.