martynsmith / node-irc

NodeJS IRC client library
GNU General Public License v3.0
1.32k stars 425 forks source link

SASL Doesn't work on Libera #571

Open abramsba opened 2 years ago

abramsba commented 2 years ago

Trying to use SASL when connecting to libera didn't work. There's no space after sasl so AUTHENTICATE never gets sent and then the client disconnects.

Maybe that some servers add this space, so I used startsWith instead to account for either.