18 lines
859 B
YAML
18 lines
859 B
YAML
# Users to accept invites and ignore messages from:
|
|
admins:
|
|
#- "@example:example.example"
|
|
# The policy list to write bans to:
|
|
policy_list_room_id: "!example:example.example"
|
|
# The reason to write bans with:
|
|
policy_list_reason: "automated ban: {trigger_reason}"
|
|
# Profiles the bot can operate on. Possible options are:
|
|
# - aggressive: Enable all protections. Wave at all messages containing 'hi',
|
|
# send read receipts for new events, and randomly start typing.
|
|
# - normal: Ignore messages from users who have been joined for 3 days or
|
|
# more. Don't randomly start typing.
|
|
# - conservative: Ignore invites that do not have the DM flag set. Don't send
|
|
# receipts for new events.
|
|
profile: "aggressive"
|
|
# Only watch these rooms, regardless of joined room list:
|
|
explicit_rooms:
|
|
# - "!example:example.com"
|