Bots Home
|
Create an App
enter message
Author:
likesbigguys
Description
Source Code
Launch Bot
Current Users
Created by:
Likesbigguys
var cp = { red: "#8f0000", grey: "#808080", green: "#008000", }; cb.onEnter( function ( user ) { var color = ""; color = user["has_tokens"] ? cp.green : cp.red; cb.chatNotice( user['user'] + ' is now watching... ', "", "", color); } ); cb.onLeave( function ( user ) { var color = ""; color = user["has_tokens"] ? cp.green : cp.grey; cb.chatNotice( user['user'] + ' left the room.. ', "", "", color ); } );
© Copyright Chaturbate 2011- 2026. All Rights Reserved.