diff --git a/app/lib/bangtags.rb b/app/lib/bangtags.rb index 10082be14..13e34e933 100644 --- a/app/lib/bangtags.rb +++ b/app/lib/bangtags.rb @@ -560,8 +560,8 @@ class Bangtags when 'parent', 'thread', 'all' s = cmd[1].downcase.to_sym s = @parent_status if s == :parent - next unless @parent_status.present? - next unless s == :thread || @parent_status.account_id == @account.id + next unless s == :all || @parent_status.present? + next unless s == :thread || s == :all || @parent_status.account_id == @account.id i = cmd[2].to_i unit = cmd[3].present? ? cmd[3].downcase : 'minutes' else