Add password auth to IRC #12

Closed
opened 2020-03-03 10:16:04 +00:00 by lx · 1 comment
Owner

girc suports password authentication, UserPass just has to be added to the Config object used to connect (see https://freenode.net/kb/answer/sasl). This has to be added in connector/irc/irc.go in the Configure function, and the password field has to be added to connector/irc/config.go for it to appear on the configuration form.

`girc` suports password authentication, `UserPass` just has to be added to the `Config` object used to connect (see https://freenode.net/kb/answer/sasl). This has to be added in `connector/irc/irc.go` in the Configure function, and the password field has to be added to `connector/irc/config.go` for it to appear on the configuration form.
lx added the
IRC
easy
labels 2020-03-03 10:16:04 +00:00
Author
Owner

Done

Done
lx closed this issue 2020-05-04 16:55:25 +00:00
Sign in to join this conversation.
No description provided.