Skip to content

Commit d3d6b5e

Browse files
committed
Don't block global_unignore
1 parent e474805 commit d3d6b5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/ignore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def ignore_sieve(bot, event, _hook):
7777
return event
7878

7979
# don't block an event that could be unignoring
80-
if _hook.type == "command" and event.triggered_command == "unignore":
80+
if _hook.type == "command" and event.triggered_command in ("unignore", "global_unignore"):
8181
return event
8282

8383
if event.mask is None:

0 commit comments

Comments
 (0)