Apps Home
|
Create an App
Spam block
Author:
spaceship3
Description
Source Code
Launch App
Current Users
Created by:
Spaceship3
var users =[cb.room_slug]; cb.onMessage(function (msg) { if (msg['in_fanclub'] == true) { return msg } if (msg['tipped_recently'] == true) { return msg } if (msg['tipped_alot_recently'] == true) { return msg } if (msg['tipped_tons_recently'] == true) { return msg } if (msg['is_mod'] == true) { return msg } if (msg['user'] == cb.room_slug) { return msg } if (users.indexOf(msg['user']) != -1){return msg} if (msg['m'] == 'yes') {users.push(msg['user']);msg['X-Spam'] = true;msg['m']="Welcome on the chat ! "; return msg } else if (msg['m'] == 'Yes') {users.push(msg['user']);msg['X-Spam'] = true;msg['m']="Welcome on the chat ! "; return msg } { cb.sendNotice('Are you a regular user and not a spam bot ? - Vy obychnyy polzovatel, a ne spam-bot? ',msg['user']); } msg['m']="Please answer yes , to be able chat. - Pozhaluysta, otvette yes , chtoby imet vozmozhnost obshchatsya. "; msg['X-Spam'] = true; return msg; });
© Copyright Chaturbate 2011- 2026. All Rights Reserved.