pinhook icon indicating copy to clipboard operation
pinhook copied to clipboard

events

Open ghost opened this issue 4 years ago • 1 comments

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

ghost avatar Dec 17 '20 01:12 ghost

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 avatar Dec 23 '20 03:12 archangelic