Skip to content
Innocent Bystander edited this page Jul 29, 2015 · 5 revisions

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.

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