Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many Non-numeric events not being parsed #43

Open
johnlage opened this issue Jun 12, 2017 · 2 comments
Open

Many Non-numeric events not being parsed #43

johnlage opened this issue Jun 12, 2017 · 2 comments

Comments

@johnlage
Copy link

johnlage commented Jun 12, 2017

It would be nice to be able to @client.on('MODE') for catching user and channel mode changes.
EDIT: it looks like TOPIC is also not an event.
EDIT 2: It looks like a lot of the RFC Non-numeric events are being missed, (KICK is on the list as well)

@johnlage johnlage changed the title MODE not being processed, not an event Many Non-numeric events not being parsed Jun 12, 2017
@numberoverzero
Copy link
Owner

Thanks for opening an issue; these are pretty basic events to not have implemented :(
What do you consider the top 5 missing events?

Pending my schedule I can add a few manually for now, and I still hope to kill the pack/unpack machinery. If you're up for diving into that code, I'll also happily merge PRs.

@numberoverzero
Copy link
Owner

The docs don't even include the kwargs for each event. FFS.

http://bottom-docs.readthedocs.io/en/latest/user/events.html#supported-events

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants