mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +01:00
relay: listen to PYLINK_SERVICE_JOIN from services_support
This commit is contained in:
parent
eb18a6cf67
commit
b9d8ec5039
@ -929,6 +929,7 @@ def handle_join(irc, numeric, command, args):
|
||||
|
||||
relayJoins(irc, channel, users, ts, burst=False)
|
||||
utils.add_hook(handle_join, 'JOIN')
|
||||
utils.add_hook(handle_join, 'PYLINK_SERVICE_JOIN')
|
||||
|
||||
def handle_quit(irc, numeric, command, args):
|
||||
# Lock the user spawning mechanism before proceeding, since we're going to be
|
||||
|
Loading…
Reference in New Issue
Block a user