Bots Home
|
Create an App
22test
Author:
msp22
Description
Source Code
Launch Bot
Current Users
Created by:
Msp22
// NOTES START // ######################### /***** App colours *****/ var COLOR = { DEVELOPER : "#D9F7F7", /* Pale Cyan */ NOTICE : "#6900CC", /* Chat notice colour - Blue-purple */ RED : "#FF1407", /* Red */ MRED : "#D80A00", /* Darker Red */ HLRED : "#FFE5E5", /* Pale Pink */ HILITE : "#EEE5FF", /* Ticket holder Highlight colour -Pastel purple */ SYNTAX : "#995B00", /* Usage notice colour - Brownish */ AMBER : "#E56B00", /* Amber */ MOD : "#DC0000", /* Moderator red */ HVTEXT : "#D80A00", /* Text colour for hi-vis notices - Darker Red */ HVBACK : "#FFFFBF", /* Background colour for hi-vis notices - Yellow */ TBMBACK : "#E0EEFF", /* Pale Sky Blue */ TBMTEXT : "#12447A", /* Dark Royal Blue */ HELP : "#144D8C", /* Text colour for help - Blue-grey */ INFO : "#144D8C", /* neutral notice - Blue-grey */ MAG : "#E509E5", /* Magenta */ BLI : "#DDFFCC", /* Pastel green - Birdy */ BF : "#FFE0EA", /* Pastel pink - Blaze */ BLUE : "#000099", /* Dark Blue/Purple */ EZ : "#FFDDF4", /* Pink "lace" - Ezra (?) */ }; /***** App Commands *****/ var COMMAND = { CN : "cn", /* Send general notice */ CNH : "cnh", /* Sends general notice with highlight */ CND : "cnd", /* Sends general notice with divider */ CNDH : "cndh", /* Sends General notice with highlights and divider */ BC : "bc", /* Send private notice to the broadcaster (mods only) */ TM : "tm", /* Send private notice to mods as a group */ TBM : "tbm", /* Send private notice to mods and broadcaster */ TV : "tv", /* Send private notice to s viewer */ CNHELP : "cnhelp", /* Send command list to mod/broadcaster */ }; /********** Variables **********/ var MODS = "red"; var roomHost = cb.room_slug; var dashLine = new Array(61).join("-"); // Cleaner way to do the dash line // rotating notifier counter var j = 1; // ######################### // NOTES FINISH // #########################
© Copyright Chaturbate 2011- 2024. All Rights Reserved.