Bots Home
|
Create an App
Mod Commands
Author:
sythic
Description
Source Code
Launch Bot
Current Users
Created by:
Sythic
(function(){ cb.settings_choices = [ { name: "titleControl", label: "Enable Title Control", type: "choice", choice1: "On", choice2: "Off", defaultValue: "Off" } ]; cb.onMessage(function(msg) { var txt = msg['m']; var usr = msg['user']; var is_mod = msg['is_mod']; if(is_mod){ var mTitleControl = txt.match(/^!setTitle (.+)$/); if(mTitleControl){ cb.getRoomSubject(mTitleControl[1]); } else { return msg; } } else { return msg; } }); })();
© Copyright Chaturbate 2011- 2026. All Rights Reserved.