-
Notifications
You must be signed in to change notification settings - Fork 2
Monitoradds Plugin
Innocent Bystander edited this page Jul 29, 2015
·
5 revisions
Requires Plugin: monitoradds
TO get the bot to monitor user adds in hangouts 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 a user who is not an admin, mod or botkeeper. These user types can be added via:
- globally via
/bot
admin commands or directly editingconfig.json
- per-conversation by directly editing
config.json
- via tags (recommended)
/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) ]