mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-03-30 12:05:38 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user