fntsrlike / slack-irc-syncbot

Synchronize messages between Slack and IRC.
MIT License
11 stars 4 forks source link

NickServ authentification. #17

Open Slind14 opened 9 years ago

Slind14 commented 9 years ago

Hey, could anyone get the bot to work with sasl/password. Whenever I try it doesn't join the irc server anymore. What I set is:

var config = {
  nick: 'brand-relaybot',
  username: 'brand-relaybot',
  realName: 'brand relaybot',
  password: '************************************',
  server: 'anarchy.esper.net',
  sasl: true,
  showErrors: true
  [slack stuff]
};

Edit: maybe I understood it wrong and the password is for the irc server not the user. Is there a way to authenticate with NickServe?