update readme

This commit is contained in:
Liam Stanley 2016-12-26 04:44:36 -05:00
parent 4015215b14
commit 913907b38b

@ -18,7 +18,6 @@
## TODO
- [ ] implement CTCP callbacks. something like `CTCP_VERSION`, etc
- [ ] ensure types `User` and `Channel` don't have any unexported fields, and that when they are given publically, it's not a pointer to internal state
- [ ] track with `NAMES` as well? would require rewrite of user existance logic, could also help track user modes
- [ ] write more function-specific examples as the api becomes much more stable