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

events #77

Open
ghost opened this issue Dec 17, 2020 · 1 comment
Open

events #77

ghost opened this issue Dec 17, 2020 · 1 comment
Assignees
Labels
enhancement additional features irc issues related directly to IRC

Comments

@ghost
Copy link

ghost commented Dec 17, 2020

events. like on join, on kick, on leave, on ban, op, on deop etc etc

@archangelic archangelic self-assigned this Dec 23, 2020
@archangelic archangelic added enhancement additional features irc issues related directly to IRC labels Dec 23, 2020
@archangelic
Copy link
Owner

I've made some changes that will allow you to push these events using the irc libs built-in on_{event_name} methods.

Such as:

def on_join(self, c, e):
    self.process_event(c, e)

I will work on sending all types by default in a future version

@archangelic archangelic moved this to To-do in pinhook Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement additional features irc issues related directly to IRC
Projects
Status: To-do
Development

No branches or pull requests

1 participant