Bots Home
|
Create an App
gcb
Author:
slowly_going_insane
Description
Source Code
Launch Bot
Current Users
Created by:
Slowly_Going_Insane
var times_whore_entered=0; cb.settings_choices = [ {name:'whore', type:'str', minLength:1, maxLength:255}, {name:'what_a_whore_says', type:'str', minLength:1, maxLength:255, defaultValue:'I am an attention whore! Pay attention to me!!'}, {name:'track_whore', type:'choice', choice1:'true', choice2:'false', defaultValue: 'true'} ]; cb.onEnter(function(user) { if (user['user'] == cb.settings.whore){ times_whore_entered=times_whore_entered+1; if(cb.settings.track_whore == 'true'){ cb.chatNotice('Welcome ' + cb.settings.whore +', Number of times joined today : '+ times_whore_entered +' !'); } } }); cb.onMessage(function (msg) { if (msg['user'] == cb.settings.whore) { msg['m']=cb.settings.what_a_whore_says } return msg; });
© Copyright Chaturbate 2011- 2026. All Rights Reserved.