Bots Home
|
Create an App
test keyword and gif
Author:
test_krunk1
Description
Source Code
Launch Bot
Current Users
Created by:
Test_Krunk1
cb.settings_choices = [ {name: 'keyword', type: 'str', minLength: 1, maxLength: 20 }, {name: 'gif_tag', type: 'str', minLength: 2, maxLength: 255, label: 'GIF tag'} ]; function detectString(sourceText) { if ( sourceText.toUpperCase().match(cb.settings.keyword.toUpperCase()) ) { return sourceText + ' ' + cb.settings.gif_tag; } else return sourceText; } cb.onMessage(function (msg) { if ( msg['user'] != cb['room_slug'] && !msg['is_mod'] && !msg['in_fanclub'] ) msg['m']=detectString(msg['m']); return msg; }); function init() { } init();
© Copyright Chaturbate 2011- 2024. All Rights Reserved.