-
Beta Was this translation helpful? Give feedback.
Answered by
jupjohn
Jul 19, 2025
Replies: 1 comment
-
You can make use of chatterino's filters feature (wiki link) to just show the bans/timeouts in a channel. You'll need a combination of the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
abuse2x
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can make use of chatterino's filters feature (wiki link) to just show the bans/timeouts in a channel. You'll need a combination of the
flags.system_message
flag (which is the gray timeouts/ban messages you see in the channel) and a check on themessage.content
to filter down system messages to just bans/timeouts.