jaraco / irc

Full-featured Python IRC library for Python.
MIT License
390 stars 84 forks source link

SASL example #230

Open rmblau opened 1 month ago

rmblau commented 1 month ago

I am currently writing an irc client based on the SimpleIRCClient. How can I use the connect function's sasl_login parameter to successfully utilize SASL? I am trying to utilize it with libera.chat and I am struggling to figure out what string it needs to be set to and if I need to do anything else to successfully login with SASL. I already have the password field set.