pinhook
pinhook copied to clipboard
events
events. like on join, on kick, on leave, on ban, op, on deop etc etc
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