update readme

This commit is contained in:
Liam Stanley 2016-12-23 18:25:38 -05:00
parent 4bb84cbbfa
commit 13afb3e8f8

@ -18,10 +18,6 @@
## TODO
- [ ] User and Channel should support methods which return events:
- [ ] User.Reply(), User.Replyf()
- [ ] User.Message(), User.Messagef()
- [ ] User.Who(), etc
- [ ] 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