3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-25 20:22:45 +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 pass
else: else:
parsed_args = func(irc, numeric, command, args) parsed_args = func(irc, numeric, command, args)
else:
# Only call our hooks if there's data to process. Handlers that support # 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 # 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 # to plugins and the like. For example, the JOIN handler will return