Bots Home
|
Create an App
Basic Notices
Author:
a_quiet_guy
Description
Source Code
Launch Bot
Current Users
Created by:
A_Quiet_Guy
cb.onMessage(function (msg) { if ( msg['user'] == cb.room_slug ) { var match = msg['m'].match("^/mynotices;(.*);#([0-9A-F]{6});#([0-9A-F]{6});(normal|bold|bolder)$"); if(match[0] == msg['m']){ msg['X-Spam'] = true; var message = match[1]; var bgColor = match[2]; var textColor = match[3]; var type = match[4]; cb.sendNotice(message, '', "#" + bgColor, "#" + textColor, type); } } //return msg; });
© Copyright Chaturbate 2011- 2026. All Rights Reserved.