Bots Home
|
Create an App
jnkjsdkan
Author:
just
Description
Source Code
Launch Bot
Current Users
Created by:
Just
cb.settings_choices = [ {name: 'hide_message', label: 'Away Message', type: 'str', minLength: 1, maxLength: 256, defaultValue: 'brb' }, ]; cb.onMessage(function (msg) { msg['X-Spam'] = true; if (msg['m'] == '/brb') { cb.limitCam_start(cb.settings.hide_message); cb.chatNotice('Away mode enabled'); } else if (msg['m'] == '/back') { cb.limitCam_stop(); cb.chatNotice('Away mode disabled'); } return msg; });
© Copyright Chaturbate 2011- 2024. All Rights Reserved.