irc3.plugins.autojoins Auto join pluginΒΆ

Auto join channels. The bot will retry to join when kicked and will retry to join each 30s when an error occurs.

Usage:

>>> bot = IrcBot(autojoins=['#chan1', '#chan2'])
>>> bot.include('irc3.plugins.autojoins')