Skip to content

Releases: Gwildor/Pyromancer

Version 1.0

18 Oct 20:13
Compare
Choose a tag to compare
  • Add timers.
  • Add integrated database support.
  • Add command module which tracks channels and users.
  • Change color code parameter in message formatting to c (was k by mistake).
  • Dropped irc as a dependency.
  • Switch to MIT license.

Version 0.4

30 Mar 16:08
Compare
Choose a tag to compare
  • Add support for Python 2.7.
  • Add more tests.
  • Fix messaging with positional arguments given as a list not working.
  • Add ability to create commands for raw code lines by specifying a code to match.
  • Add ability to do easy message formatting for colored, underlined and bold text.

Version 0.3

22 Mar 21:31
Compare
Choose a tag to compare
  • Change settings to be a Python module instead of a dictionary.
  • Change package loading.
  • Enable the commands from the package of which the settings are in by default.
  • Add ability to process raw input lines.
  • Add option to use precompiled regular expressions in the command decorator.
  • Add option to pass flags for compiling the regular expressions in the command decorator.
  • Fix returning message from command not working.

Version 0.2

14 Mar 17:00
Compare
Choose a tag to compare
  • Add tests
  • Add multiple and easier ways to send messages from a command.
  • Add support for multiple patterns for the same command.
  • Add a configurable command prefix setting for the more bot-like commands.
  • Trying to access a word in a Line now correctly returns an empty string when the index does not exist.
  • Fix passing positional arguments to Match.msg not working properly.

Version 0.1

22 Mar 21:32
Compare
Choose a tag to compare

Initial release.