Apps Home
|
Create an App
Chat me up
Author:
qb45
Description
Source Code
Launch App
Current Users
Created by:
Qb45
cb.onStart(user => { cb.chatNotice(user['user'] + ' started an app!'); }); cb.onBroadcastStart(user => { cb.chatNotice(user['user'] + ' started broadcasting!'); }); cb.onBroadcastStop(user => { cb.chatNotice(user['user'] + ' stopped broadcasting!'); }); cb.onEnter(function(user) { cb.chatNotice('Welcome ' + user['user'] + '!'); }); cb.onLeave(function(user) { cb.chatNotice('Bye ' + user['user'] + '!'); }); cb.onFollow(user => { cb.chatNotice(user['user'] + ' is my new follower!'); }); cb.onFanclubJoin(user => { cb.chatNotice(user['user'] + ' has joined my fan club!'); }); var total_tipped = 0; cb.onTip(function (tip) { total_tipped += parseInt(tip['amount']) cb.chatNotice("Total Tipped: " + total_tipped); cb.chatNotice(tip); }); cb.onMessage(function (msg) { msg['background'] = '#9F9'; return msg; }); cb.onMediaPurchase((user, media) => { cb.chatNotice(`${user.user} has purchased media ${media.name}`); });
© Copyright Chaturbate 2011- 2024. All Rights Reserved.