Skip to content
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 editing config.json
  • per-conversation by directly editing config.json
  • via tags (recommended)

Admin Commands

/bot addmod <user_id> [<user_id>] ...

  • Adds specified user_ids to the global mod list

/bot delmod <user_id>

  • Remove a single user_id from the global mod list

Tag Support

The plugin supports the following per-user tags:

  • botkeeper
  • mod

Adding these tags to a user are operationally identical to using /bot addmod

# ## ###

Clone this wiki locally