Greasy Fork is available in English.

CosmosisT's TinyChat Script (CTS V1.8.65)

Modified TinyChat - Best Scripts; prepare to be amazed.

< Rückmeldungen aufCosmosisT's TinyChat Script (CTS V1.8.65)

Rezension: Gut - Skript funktioniert

§
Veröffentlicht: 10.04.2022

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

CosmosisTVerfasser
§
Veröffentlicht: 12.04.2022

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)

Antwort schreiben

Anmelden um eine Antwort zu senden.