add todos

This commit is contained in:
Liam Stanley 2016-12-06 23:49:04 -05:00
parent 06dd8eab61
commit 81eadb808a

@ -18,6 +18,8 @@
## TODO
- [ ] move callbacks to a more flexible storage system (e.g. maps over slices)
- [ ] more unique ID's as well ("map-prefix:uid"?)
- [ ] would be cool to track things like `SERVERNAME`, `VERSION`, `UMODES`, `CMODES`, etc. also see `Config.DisableCapTracking`. [e.g. here](https://github.com/Liamraystanley/Code/blob/master/core/triggers.py#L40-L67)
- [ ] client should support ping tracking (sending `PING`'s to the server)
- [ ] with this, we can potentially find lag. `Client.Lag()` would be useful