Skip to content

Commit

Permalink
core: Remove reference to origin in dispatch()
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Alfassa committed Dec 19, 2014
1 parent 90f0e13 commit 599fb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion willie/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ def dispatch(self, pretrigger):
LOGGER.info(
"[%s]%s prevented from using %s.",
block_type,
origin.nick,
trigger.nick,
', '.join(list_of_blocked_functions)
)

Expand Down

0 comments on commit 599fb13

Please sign in to comment.