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:
parent
2ecaab1586
commit
d62a413c50
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user