Libera-Chat / libera-chat.github.io

The website of Libera Chat, providing documentation and news
https://libera.chat
MIT License
409 stars 104 forks source link

Incorrect instructions for SASL setup on WeeChat 4.0+ #319

Closed emanuele6 closed 1 year ago

emanuele6 commented 1 year ago

The instructions at https://libera.chat/guides/weechat for "Configuring SASL for WeeChat" say to use:

/set irc.server.libera.sasl_mechanism PLAIN

But, in WeeChat 4.0 or later, that will actually result in an error:

Failed to set option "irc.server.libera.sasl_mechanism"

PLAIN must be written in lowercase:

/set irc.server.libera.sasl_mechanism plain