From b9d8ec50393584e51c0fe74f26d60ea1131f77f7 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 24 Sep 2016 12:13:33 -0700 Subject: [PATCH] relay: listen to PYLINK_SERVICE_JOIN from services_support --- plugins/relay.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/relay.py b/plugins/relay.py index 5e37bee..28ae65e 100644 --- a/plugins/relay.py +++ b/plugins/relay.py @@ -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