3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

relay: remove ENDBURST hook (is this needed anymore?)

This commit is contained in:
James Lu 2015-09-27 11:56:32 -07:00
parent a14e8a7b8f
commit 4a9a29e095

View File

@ -989,11 +989,6 @@ def handle_invite(irc, source, command, args):
remotechan)
utils.add_hook(handle_invite, 'INVITE')
def handle_endburst(irc, numeric, command, args):
if numeric == irc.uplink:
initializeAll(irc)
utils.add_hook(handle_endburst, "ENDBURST")
def handle_disconnect(irc, numeric, command, args):
for k, v in relayusers.copy().items():
if irc.name in v: