We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e474805 commit d3d6b5eCopy full SHA for d3d6b5e
1 file changed
plugins/ignore.py
@@ -77,7 +77,7 @@ def ignore_sieve(bot, event, _hook):
77
return event
78
79
# don't block an event that could be unignoring
80
- if _hook.type == "command" and event.triggered_command == "unignore":
+ if _hook.type == "command" and event.triggered_command in ("unignore", "global_unignore"):
81
82
83
if event.mask is None:
0 commit comments