pesterchum/TODO.md

18 lines
979 B
Markdown
Raw Normal View History

# TODO LIST : )
2021-04-08 20:38:34 -04:00
## ADD
- ~~Memoserv support.~~
- ~~Use memopermabanmsg function?~~ <--- Permabans just give a KICK server response, there's no way to check for this.
## FIX
2021-04-08 20:38:34 -04:00
- Mask & target not being passed to ``_max_msg_len``.
- Is this even possible to keep updated reliably?
- ~~No error message when Pesterchum fails to join a channel. (For example, when the channel name length is over CHANNELLEN)~~
2021-04-10 18:16:53 -04:00
- Choose memo window doesn't get updated on theme change.
- Right click menu's color doesn't get updated on theme change in memos.
- help() causes console to crash...?
- Console is hopelessly broken, it'd be easier to make a list of what commands *don't* cause it to crash. Does anyone use this?
2022-06-06 17:21:15 -04:00
## CHANGE
- When everything has been tested and more people have compatible versions, switch Pesterchum over to using metadata and message tags by default instead of wraping its protocol in PRIVMSG. The current method should stay availible for compatibility.