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

fix last commit

This commit is contained in:
James Lu 2015-07-05 12:40:34 -07:00
parent 2ecaab1586
commit d62a413c50

View File

@ -423,7 +423,6 @@ def handle_events(irc, data):
pass
else:
parsed_args = func(irc, numeric, command, args)
else:
# Only call our hooks if there's data to process. Handlers that support
# hooks will return a dict of parsed arguments, which can be passed on
# to plugins and the like. For example, the JOIN handler will return