Bots Home
|
Create an App
testcbb
Author:
willioque
Description
Source Code
Launch Bot
Current Users
Created by:
Willioque
cb.settings_choices = [ {name:'userquestion', type:'str', minLength: 1, maxLength: 255, label:'Enter your captcha question'}, {name:'useranswer', type:'str', minLength: 1, maxLength: 255, label:'Enter the correct answer to that question'} ]; var users =[cb.room_slug]; cb.onMessage(function (msg) { /*if (msg['has_tokens'] == true){ return msg; } */ if (users.indexOf(msg['user']) != -1){ return msg; } if (msg['m'] == cb.settings.useranswer){ users.push(msg['user']); msg['X-Spam'] = true; cb.sendNotice("Thank you. You may now chat.", msg['user']); return msg; } cb.sendNotice("Human? Answer to chat: "+cb.settings.userquestion, msg['user']); //msg['m'] = ""; msg['X-Spam'] = true; return msg; });
© Copyright Chaturbate 2011- 2024. All Rights Reserved.