Bots Home
|
Create an App
TipNotes
Author:
porno_sec
Description
Source Code
Launch Bot
Current Users
Created by:
Porno_Sec
// Version 1.0 { cb.settings_choices = [ {name: 'readList', label: 'Enter the names of any users you would like to read your tip notes:', type: 'str', minLength: 1, maxLength: 1000, defaultValue: '', required: false} ] } var tip_note = ''; var readArray = new Array; var numRead = 0; var initialize = 0; //var to_group = niceList; //init { if(initialize == 0){ if(cb.settings.readList != '' && cb.settings.readList != null){ var n = cb.settings.readList; readArray = n.split(','); numRead = readArray.length; } initialize = 1; } }; cb.onTip(function (tip) { tip_note = (tip['message']) readArray.forEach(function (member, index, group) { cb.sendNotice("Tip from: " + tip['from_user'] + " : " + tip_note, member, '#FFFF00', '#000000','bold', ''); } ) });
© Copyright Chaturbate 2011- 2024. All Rights Reserved.