*Although miniirc v1.2.0 to v1.2.2 existed, they were horribly broken and
pulled from PyPI. Changes from those releases will be mentioned here.*
Added
- miniirc now periodically pings servers, the interval at which this ping is
sent can be modified with the `ping_interval` keyword argument.
- The `ns_identity` keyword argument can now be a `tuple` or a `list` similar
to `('username', 'password with spaces')`.
- The `debug` keyword argument can be a function, this will be called for each
line displayed with `irc.debug()`.
Changed
- Bugfixes.