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.
This commit is contained in:
agessaman
2026-03-21 13:59:06 -07:00
parent 022053a674
commit 20c4ea4353

View File

@@ -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