irc3.plugins.sasl SASL authentificationΒΆ

Allow to use sasl authentification

Usage:

>>> config = ini2config("""
... [bot]
... sasl_username = irc3
... sasl_password = passwd
... """)
>>> bot = IrcBot(**config)