Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Commit

Permalink
duckhunt: Fix ignore integration
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Oct 18, 2019
1 parent 5bcffc2 commit 217e874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/duckhunt.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def increment_msg_counter(event, conn):
if is_opt_out(conn.name, event.chan):
return

ignore = event.bot.plugin_manager.find_plugin("ignore")
ignore = event.bot.plugin_manager.find_plugin("core.ignore")
if ignore and ignore.code.is_ignored(conn.name, event.chan, event.mask):
return

Expand Down

0 comments on commit 217e874

Please sign in to comment.