You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yossarian-bot currently leverages cinch-identify for authentication and ignores cinch's built-in SASL support. Since SASL is always performed pre-join, it's preferable when available and should be enabled in the bot.
Idea:
Test server_info['auth']['type'] for 'sasl', then branch and fill in conf.sasl.username/password instead of the normal Cinch::Plugins::Identify configuration.
The text was updated successfully, but these errors were encountered:
yossarian-bot
currently leveragescinch-identify
for authentication and ignores cinch's built-in SASL support. Since SASL is always performed pre-join, it's preferable when available and should be enabled in the bot.Idea:
Test
server_info['auth']['type']
for'sasl'
, then branch and fill inconf.sasl.username
/password
instead of the normalCinch::Plugins::Identify
configuration.The text was updated successfully, but these errors were encountered: