insomniacslk / irc-slack

IRC-to-Slack gateway
BSD 3-Clause "New" or "Revised" License
192 stars 19 forks source link

AUTHENTICATE: support IRCv3.1 SASL PLAIN Authentication #179

Open zachdecook opened 2 years ago

zachdecook commented 2 years ago

Tested with senpai

We may want to add this config to the readme, it seems like enough features are working, but I haven't tested it too much.

address localhost:6666
password-cmd autotoken -c /snap/bin/chromium myworkplace my.email@example.com SECRETPASSWORD
nickname put.anything.here
tls false

Implementation reference