aaronpk / Slack-IRC-Gateway

Bridge Slack rooms to IRC channels
Other
34 stars 6 forks source link

IRC NICKSERV support? #21

Closed poVoq closed 1 year ago

poVoq commented 4 years ago

Some channels on Freenode IRC are configured to only allow NICKSERV registered users to join.

Is there a way to make the IRC bot automatically identify with NICKSERV when connecting to an IRC server?

aaronpk commented 1 year ago

You can have the bot authenticate with SASL auth to the server. I updated the example config to show how to do that.