From 20c4ea4353b84f697cc98e4e16901485ed700e5b Mon Sep 17 00:00:00 2001 From: agessaman Date: Sat, 21 Mar 2026 13:59:06 -0700 Subject: [PATCH] Update example configuration to clarify channel monitoring options - Modified the `monitor_channels` setting in `config.ini.example` to specify the use of hashtags for channel names, enhancing clarity for users configuring the bot's channel monitoring. --- config.ini.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.ini.example b/config.ini.example index e20f404..8030080 100644 --- a/config.ini.example +++ b/config.ini.example @@ -143,7 +143,8 @@ service_restart_backoff_seconds = 300 # Channels to monitor (comma-separated) # Bot will only respond to messages on these channels # Use exact channel names as configured on your MeshCore node -monitor_channels = general,test,emergency +# Use hashtags for hashtag channels (i.e. #mybotchannel, #weather, etc.) +monitor_channels = #mybotchannel # Enable DM responses # true: Bot will respond to direct messages