Hilight on a system message? #4859
-
Any way to get a system message in the /mention tab? The patterns entered for highlights does not pick up system messages. |
Beta Was this translation helpful? Give feedback.
Answered by
Felanbird
Oct 2, 2023
Replies: 1 comment
-
No this isn't possible, you'd have to use filters on a second instance of the chat
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TheRandomRock
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No this isn't possible, you'd have to use filters on a second instance of the chat
flags.system_message && message.content contains "timed"
I'm using this filter in the example to show only timeouts in that tab.