Sopel

The Python IRC Bot

Version 5.1.1

Module changes

  • Fixed a regression that caused getting weather for a nick to fail
  • Bugs related to channel log filenames are fixed
  • Channel logs can now use the bot’s preferred time zone
  • Getter and setter methods for timezone and format are more consistently named
  • .seen persists across bot restarts
  • .seen no longer shows message or channel unless used within the same channel
  • Special characters in Wikipedia URLs are handled correctly

Core changes

  • help_prefix can now be given in [core] to change the command prefix used in help

API changes

  • The Trigger object is now immutable, as expected
  • New decorators for checking privileges on callables are added