From cb7fd78610260e7f9a8a9e6bb00949c2cad077f0 Mon Sep 17 00:00:00 2001 From: none Date: Sat, 17 Jun 2023 15:12:29 +1000 Subject: [PATCH] Update config example --- config.toml.example | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config.toml.example b/config.toml.example index 824e601..17a3b82 100644 --- a/config.toml.example +++ b/config.toml.example @@ -1,5 +1,8 @@ homeserver = "https://myserver.example.com/" display_name = "MyBot" username = "mybot" -# Change this, seriously, do it -password = "supersecretpassword" +# change this, seriously, do it +password = "changeme" +# List of room IDs that the bot will join +# All other rooms are ignored +room_ids = ["!myid:myserver.example.com"]