zIRC v1.2.5
This is a bugfix release for v1.2.4
- Fix #33: Fix a
IndexError
inevent.source
- Refactor the event module (#29)
- Refactor the way you style messages (#28)
- Add the rest of the IRCv3 numerics, so that you can implement any other IRCv3 feature not implemented in zIRC yourself
- Fix an
AttributeError
inzirc.util.repl.Repl
- Test zIRC against PyPy
- Only execute a
CAP
if it is supported by the server - Use
self.stringcaps
instead ofself.caps
inzirc.Caps
(d9fd264 & 10197ef) - Fail the stup of zIRC if the Python version is
> 2.7
and> 3.2