node-irc
node-irc copied to clipboard
SASL Doesn't work on Libera
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.