Bots Home
|
Create an App
shortkey
Author:
natacha_doll
Description
Source Code
Launch Bot
Current Users
Created by:
Natacha_Doll
////////////////////////// // RALPH KING BOT // // 07-03-2019 // // SHORTKEY-BOT V 0.0 // ////////////////////////// /* Ce bot à pour but de permettre au model de réaliser des actions prédefinies grace à une liste de raccourcis ... Par exemple : Afficher un message predefini en tapant $1 . */ // LISTE DES RACCOURCIS shortkey = ('$a','$z','$e','$r','$t','$y'); // EVENNEMENT MESSAGE ENTRANT : /* c: message color m: the message text user: username of message sender f: message font in_fanclub: is the user in the broadcasters fan club has_tokens: does the user have at least 1 token is_mod: is the user a moderator tipped_recently: is the user a “dark blue”? tipped_alot_recently: is the user a “purple”? tipped_tons_recently: is the user a “dark purple”? gender: “m” (male), “f” (female), “s” (trans), or “c” (couple) */ cb.onMessage(function (message) { if(message['user'] == cb.room_slug){ cb.sendNotice('Message intercepté , affichage d\'autre chose !'); } });
© Copyright Chaturbate 2011- 2024. All Rights Reserved.