Search¶
Chatterino has a Search Popup which lets you quickly find messages in the chat. You can open it with the Ctrl+F
shortcut.
Search filters¶
You can use several search filters (format filter:value
) to narrow down your search.
value
can have multiple comma-separated entries (look at examples below).
Surround value
in quotation marks to use whitespaces within it, useful for dealing with the regex filter.
The ability to negate searches is also possible. (format !filter:value
)
from:<username>
- shows messages from certain usershas:<flags>
- shows messages containing specified elements. List of flags:link
- filters messages with links
in:<channel>
- shows messages that originate from certain channels, useful in#/mentions
channelis:<flags>
- shows certain types of messages. List of flags:deleted
ordisabled
- shows deleted messagessub
orsubscription
- shows subscription messagestimeout
orban
- shows moderation messageshighlighted
- shows highlighted messagessystem
- shows system messages (grey text ones like: "Now hosting username", "streamer is live", etc.)first-msg
- shows a user's first message in the channelcheer-msg
- shows messages containing bitsredemption
- shows messages that cost the user Twitch channel pointsreply
- shows messages sent using the Twitch reply feature
regex:<regex>
- shows messages matching a given regexbadge:<value>
- shows messages from users that have a given badgesubtier:<value>
- shows messages from users that are subscribed at a given tier
Examples¶
Shows messages from user fourtf
containing word merge
¶
from:fourtf merge
Shows messages from users pajbot
and zneix
that have links containing word chatterino
¶
has:link from:pajbot,zneix chatterino
Shows messages only from channels pajlada
and supinic
from user supibot
¶
in:pajlada,supinic from:supibot
Shows subscription messages¶
is:sub
Shows deleted messages containing word vanish
¶
is:deleted vanish
Shows timeout/ban messages¶
is:timeout
Shows highlighted messages¶
is:highlighted
Shows messages matching a given regex¶
regex:^gachi\w*$
Shows messages from users who have the "Listening only" badge¶
badge:no_video
Shows messages from users who are tier-3 subscribed¶
subtier:3
Shows messages from users who are NOT gazatu¶
!from:gazatu
Shows messages that do NOT contain links¶
!has:link