zirc
zirc copied to clipboard
v2 Feature list
- Add builtin logging using
server-time - async
- write something to store and build messages to the IRC server, alike https://github.com/abalabahaha/eris/blob/master/lib/rest/Endpoints.js
- presence storage of users, channels, nickserv, chanserv and the server itself (A data class for each)
- sexy command framework
- Improved netsplit support (automatic reconnection)
- Remove need to pass config to
self.connect(), it should be accessible throughself.configalready due to class inheritance - Remove older CPython version (3.2, 3.3) support