alanstuart-test2
Author: alanstuart
Description Source Code Launch Bot Current Users

Short Description:

AntMoji: Allows emojis to be assigned to Model, Mods, or individual users. Emojis appear appear between the user's name and the message content in each Chat message . KillSwitch: Allows any mod to disconnect the model's stream if the model forgets to

Full Description

#################################################################################################################
#
# Description
# -----------
# These bots were inspired by anthony19cal.
#
# AntMoji:
# ========
# Emojis can be setup either in the bot startup screen, or via the "/setmoji" command. An emoji can be setup for
# either the mod group, or for an individual user. The emoji's are specified using the name of an uploaded
# CB emoji GIF (e.g. ":crown"), which must already exist in CB. If an emoji is setup for a user, it will be
# displayed next to their name before any message.they type in chat. Emojis setup using the /setmoji command
# override any emojis in the startup screen, and get saved between sessions. Emoji can be removed via the /delmoji
# command, however any emojies specified in the startup screen will be reestablished next time the bot is restarted.
# The /moji command can be used to specify who besides the model is allowed to change emojis, and to turn the
# displaying of emojis on and off.
#
# /setmoji [:emoji]
# .....Sets your own emoji to :EMOJI.
# .....[:emoji] must be an existing CB uploaded GIF, and must begin with ":"
#
# /setmoji [user] [:emoji] -or-
# /setmoji mods [:emoji]
# .....Sets the emoji for [user] (or for all mods) to [:emoji]
# .....Only allowed the by model, and by mods if changeothers=mod
#
# /delmoji
# .....removes your own emoji, no emoji will be displayed
#
# /delmoji [user] -or-
# /delmoji mods
# .....Removes the emoji for user USER (or for all mods)
# .... Only allowed by the model, and by mods if changeothers=mod
#
# /delmoji !all!
# .....Removes all emojis. Only allowed by the model
#
# /listmoji
# .....Lists the user's currently assigned emojis.
# .....If run by the model or a mod lists all assigned emojis.
#
# /moji changeself [yes|no]
# .....Sets the value of the "changeself" option (default "off")
# .....If "yes", all users can change their own emoji
#
# /moji modchange [yes|no]
# .....Sets the value of the "modchage" option (default "on")
# .....If "yes", mods can change other's emojis, otherwise only the model can
# .....Mods cannot change the model or the mod group emojis
#
# /moji [on|off]
# .....Turns the display of emojis on or off (default "on")
#
#
# KillSwitch
# ==========
# Allows mods to disconnect the video stream and put the room in "Offline" mode. This is done by resetting the
# Broadcast Token (i.e. Stream Key) using a Browser Script. This requires the Browser Script to be running (see
# instructions below), and will not work for broadcasts done with Flash Player. The stream can be killed by any
# mod by issuing the /kill command. The model can restart a killed stream by reloading the broacast page. If an
# external program like OBS used for streaming, the new Stream Key will need to be entered in the streaming
# software (the new key is displayed by the /kill command). The /killstat command allows mods or the model to check
# if the Browser Script is running -- it is run every 15 minutes and displays a warning if the script is not running.
#
# /kill!!
# .....Disconnects the model's stream (i.e. changes model status to Offline)
#
# /killstat
# .....Checks whether the killswitch browser script is running
# .....If the script is not running in the model's rowser killswitch will not work
#
# /killscript
# .....Displays Instructions and code for installing the Browser Script
#
#################################################################################################################

© Copyright Chaturbate 2011- 2026. All Rights Reserved.