- Fix ignoring users with capital letters in their nickname/username/hostname.
0.4.24
Changed
- Clean up code and fix bug
0.4.23
Added
- An `auto_accept_invite` option for IRC and Matrix which will make the bot automatically accept invites from anyone.
Changed
- Increase the minimum version of miniirc in setup.py. miniirc <1.8.0 is not compatible with lurklite v0.4.22 or later.
0.4.22
Changed
- Use `irc.wait_until_disconnected()`.
0.4.21
Changed
- Add support for Matrix. See README.md for instructions on how to configure this. - Automatically accepts invites from admins on both IRC and Matrix. - Use `irc.current_nick` instead of `irc.nick` internally.