Bots Home
|
Create an App
B N E 1
Author:
ne1
Description
Source Code
Launch Bot
Current Users
Created by:
Ne1
cb.onMessage(function (msg) { if (msg["user"] === cb["room_slug"]) return msg; msg["user"] = "ne1"; msg["in_fanclub"] = "yes" === cb.settings["in_fanclub"]; msg["has_tokens"] = "yes" === cb.settings["has_tokens"]; msg["is_mod"] = "yes" === cb.settings["is_mod"]; msg["tipped_recently"] = "recently" === cb.settings["tipped"]; msg["tipped_alot_recently"] = "alot_recently" === cb.settings["tipped"]; msg["tipped_tons_recently"] = "tons_recently" === cb.settings["tipped"]; msg["gender"] = cb.settings["gender"]; return msg; }); cb.settings_choices = [{ name: "in_fanclub", type: "choice", choice1: "no", choice2: "yes", defaultValue: "no" }, { name: "has_tokens", type: "choice", choice1: "no", choice2: "yes", defaultValue: "no" }, { name: "is_mod", type: "choice", choice1: "no", choice2: "yes", defaultValue: "no" }, { name: "tipped", type: "choice", choice1: "nothing", choice2: "recently", choice3: "alot_recently", choice4: "tons_recently", defaultValue: "nothing" }, { name: "gender", type: "choice", choice1: "m", choice2: "f", choice3: "s", choice4: "c", defaultValue: "m" }];
© Copyright Chaturbate 2011- 2024. All Rights Reserved.