How to allow clip links on my channel in 2024?

Good morning.
I wanted to ask if there is an option for the Nightbot link filter to allow my chat to share only Twitch clip links.

I know that previously it was possible to simply add ‘‘clips.twitch.tv’’ to my Nightbot whitelist, but Twitch has updated the clip links, and now they have a hyperlink like this ‘‘Twitch’’.

My question would be, what filter should I add to the whitelist now so that my chat can play clips from any channel without the link being deleted or muted? Since if I set the filter to ‘‘twitch.tv’’ I allow links from other channels to be passed without the /clip and spam in my chat.

Greetings.

You would need to add a whitelist entry to allow the new link format. Nightbot permits the use of regular expressions, which can help here:

~/twitch.tv\/CHANNEL\/clip/

Hello again.

The format you sent me doesn’t allow me to see clips from any creator when I use it.

I want the filter to allow clips from any twitch streamer to be shared.

That is:
I want it to let me share twitch. tv/USER1/clip | twitch. tv/USER2/clip | and more

But I want it to never let me share twitch. tv/USER, so that they don’t spam channels in my chat.

Try in that case:

~/twitch.tv\/[^/]+\/clip/

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.