You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
johnlage
changed the title
MODE not being processed, not an event
Many Non-numeric events not being parsed
Jun 12, 2017
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.
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)
The text was updated successfully, but these errors were encountered: