We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
now that we have eventmgr_core, we should move the actual action events into eventmgr_core.
eventmgr_core
for example, PRIVMSG should dispatch a channel message or client message event.
channel message
client message
The text was updated successfully, but these errors were encountered:
This does so for PRIVMSG now, but not the rest yet. Will have a look through and see what can be moved to dispatch/handler.
Sorry, something went wrong.
Note: I'm doing this for METADATA as part of the monitor-notify work.
METADATA
monitor-notify
No branches or pull requests
now that we have
eventmgr_core
, we should move the actual action events intoeventmgr_core
.for example, PRIVMSG should dispatch a
channel message
orclient message
event.The text was updated successfully, but these errors were encountered: