From e10db9b67456ccaa04720bdf7762f0e1fd73fea1 Mon Sep 17 00:00:00 2001 From: Joao Figueiredo Date: Mon, 28 Apr 2025 02:10:00 +0100 Subject: [PATCH] no longuer will auto join rooms --- .env.example | 3 --- 1 file changed, 3 deletions(-) diff --git a/.env.example b/.env.example index 45a2dcd..bd4a855 100644 --- a/.env.example +++ b/.env.example @@ -3,6 +3,3 @@ HOMESERVER_URL = "https://matrix.org" USER_ID = "@botbot_user:matrix.org" PASSWORD = "botbot_password" LOG_LEVEL=INFO - -# comma-separated list of rooms or aliases to join on startup -BOT_ROOMS=!room1:matrix.org,!another-room:matrix.org,!someroomalias:matrix.org \ No newline at end of file