-
Notifications
You must be signed in to change notification settings - Fork 2
Monitoradds Plugin
Requires Plugin: monitoradds
This plugin allows the bot to watch user adds in conversations and send message warnings if an unauthorised user adds them.
To activate bot monitoring you must set the following config.json
key either globally or
as a [per-conversation]
(https://github.com/hangoutsbot/hangoutsbot/wiki/Configuration#conversations)
setting:
"watch_new_adds": true
The bot will then issue a warning message if a user is added to the "watched" hangouts by another user who is not an admin, mod or botkeeper.
Different user types can be added via:
- via tags (recommended for botkeepers and mods)
- via bot commands (works for admins, botkeepers and mods)
- directly editing
config.json
(admins)
Depending on the method used, you will be able to set a user type globally, per-user or per-conversation.
/bot addmod <user_id> [<user_id>] ...
- Adds specified
user_id
s to the global mod list
/bot delmod <user_id>
- Remove a single
user_id
from the global mod list
The plugin supports the following per-user tags:
botkeeper
mod
Adding these tags to a user are operationally identical to using /bot addmod
Plugin List | Developer Reference: [ Intro | Plugins | Sinks | In-built Functionality | [Configuration] (Configuration) ]