Apps Home
|
Create an App
dcbigmagnum's custom app
Author:
dcbigmagnum
Description
Source Code
Launch App
Current Users
Created by:
Dcbigmagnum
cb.settings_choices = []; cb.onMessage(function (msg) { if (msg['gender'] == 'f' || msg['gender'] == 'c') { // msg['background'] = '#9F9'; cb.chatNotice(msg['user'] + ' is f or c!', cb.room_slug, '#9F9'); } return msg; }); cb.onEnter(function(user) { if (user['gender'] == 'f' || user['gender'] == 'c') { cb.chatNotice(user['user'] + ' is f or c!', cb.room_slug, '#9F9'); } }); function update_subject() { cb.changeRoomSubject('Hey... Who wants the D? ;)') } function init() { update_subject(); cb.chatNotice(' is f or c!', cb.room_slug, '#9F9'); } init();
© Copyright Chaturbate 2011- 2026. All Rights Reserved.