add ctcp to TODO's

This commit is contained in:
Liam Stanley 2016-12-13 21:39:08 -05:00
parent 3834924067
commit a5915e8e4b

@ -18,6 +18,7 @@
## 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