reactiflux / discord-irc

Connects Discord and IRC channels by sending messages back and forth.
MIT License
1.2k stars 293 forks source link

Issues connecting to Snoonet #432

Closed Peppernrino closed 6 years ago

Peppernrino commented 6 years ago

Hello!

When attempting to connect to the bot to our Snoonet server, I'm getting a disconnect during a PONG event:

Attempting socket connection to IRC server
Socket connection successful
Sending irc NICK/USER
SEND: CAP REQ sasl
SEND: NICK botname
SEND: USER botname 8 * botname
GOT NOTICE from the server: "*** If you are having problems connecting due to ping timeouts, please type /quote PONG <password> or /raw PONG <password> now."
info: Connected to Discord
SEND: PONG <password>
Unhandled message: { command: 'ERROR',
  rawCommand: 'ERROR',
  commandType: 'normal',
  args: [ 'Closing link: (botname@XXX.XXX.XXX.XXX) [Registration timeout]' ] }
Connection got "end" event
Connection got "close" event

It looks like it's trying to send the PONG, then it disconnects after about 20 seconds... any ideas?

Peppernrino commented 6 years ago

update: removed "sasl": "true" and things are connecting ok.