Skip to content

v1.8.0

Compare
Choose a tag to compare
@luk3yx luk3yx released this 11 Jan 05:01
· 21 commits to master since this release

Added

  • The irc.wait_until_disconnected() function has been added so that it's
    possible to stop the main thread from exiting while miniirc is still
    connected.

Changed

  • Calling Handler or CmdHandler without colon=False will create a
    deprecation warning (unless the handler only handles IRCv3 capabilities).
  • The irc.main() function has a deprecation warning as well.