3
0
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:
James Lu 2016-09-24 12:13:33 -07:00
parent eb18a6cf67
commit b9d8ec5039

View File

@ -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