20 lines
683 B
Plaintext
20 lines
683 B
Plaintext
homeserver = "https://matrix.example.com"
|
|
username = "@botname:example.com"
|
|
password = "your-bot-password"
|
|
|
|
# List one or more rooms to listen in. Use a single-element list for one room.
|
|
room_ids = ["!roomid:example.com"]
|
|
|
|
# Optional: the deprecated single-room key is still accepted for backwards compat.
|
|
# room_id = "!roomid:example.com"
|
|
|
|
allowed_users = ["@youruser:example.com"]
|
|
enabled = false
|
|
|
|
# Maximum conversation turns to remember per room (default: 20).
|
|
# history_size = 20
|
|
|
|
# Rooms where the bot responds to all messages (not just addressed ones).
|
|
# This list is updated automatically when users toggle ambient mode at runtime.
|
|
# ambient_rooms = ["!roomid:example.com"]
|