Release Notes 1.0

The OTFBot is a modular IRC-Bot written in python. simple plugins can be written in minutes, but more complex plugins can do powerful things. Some examples of included functions:

  • answer to commands with predefined pieces of information.
  • get weather information
  • kicking users on bad words
  • searching for youtube videos
  • calculate the current moon phase
  • retrieve quotes from the web
  • and much more …

Changes from 0.9

  • 0.9 used only twisted.words.irc.IRCClient for connecting to IRC, 1.0 uses the whole twistd plugin infrastructure.
  • “Mods” are now called Plugin to avoid confusing them with Python modules.
  • config and scheduler are now otfbot services (twisted.MultiService)
  • plugins are now found under otfbot/plugins/$servicename/*