toastbot

toastbot 0.4.1

toastbot is a clean, extensible IRC bot using Python, irckit, gevent & requests.UsageCreate your own ``bot.py`` file & drop in:    import toastbot    bot = toastbot.ToastBot('myircbot', '#myircchannel')   ...