update TODO

This commit is contained in:
Liam Stanley 2016-12-13 20:32:04 -05:00
parent 0927400902
commit 842589b98e

@ -18,8 +18,6 @@
## TODO
- [ ] implement `Who()` which actually returns results
- [ ] make sure client can easily be garbage collected
- [ ] 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