CosmosisT's TinyChat Script (CTS V1.8.66 FINAL)

Modified TinyChat - Best Scripts; prepare to be amazed.

< 腳本CosmosisT's TinyChat Script (CTS V1.8.66 FINAL)的回應

評論:正評 - 腳本一切正常

§
發表於:2022-04-10

There should be a way to mute bot messages. Some people abuse the bot, and the bot spams the chat with the nonsense.

CosmosisT作者
§
發表於:2022-04-12

There's only the filtering of game messages. !gameview.

Depending on the message you could make the modification yourself.
Line 2004:
function GamePrevention() {
if (!CTS.CanSeeGames && arguments[1] && arguments[0].match(/^\[(FISHING BOAT|TRIVIA)\]/)) return false;
return true;
}

You'd adjust the following:
(FISHING BOAT|TRIVIA)

To:

(FISHING BOAT|TRIVIA|DAD JOKE|CHUCK NORRIS|URBAN DICTIONARY|ADVICE)

發表回覆

登入以回覆