Apps Home
|
Create an App
testaaaaaaaaaaaaaaaaaaa
Author:
somelamer
Description
Source Code
Launch App
Current Users
Created by:
Somelamer
var notifyRateInMS = cb.settings.notifyRateInMins * 60000; function notify() { cb.chatNotice("Boat is running"); //cb.setTimeout(notify, 2400) cb.setTimeout(notify, notifyRateInMS) }; //cb.setTimeout(notify, 2400) cb.setTimeout(notify, notifyRateInMS) cb.onMessage(function (message) { var m = msg['m']; var u = msg['user']; if (m[0] === '/') { // Remove trailing spaces m = m.replace(/\s+$/, ''); // Find command parameters var commandParts = m.split(/\s+/); if (commandParts[0] === '/lol') { cb.chatNotice("<img src='http://kgconsult-ph.com/wp-content/plugins/special-recent-posts/cache/srpthumb-p491-50x50-no.png'></img>"); } } }); function output(message) { cb.chatNotice(message); }
© Copyright Chaturbate 2011- 2026. All Rights Reserved.