v1.8.0
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
orCmdHandler
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.