diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 6b2588d5f..208006894 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -123,7 +123,7 @@ RejoinDelay=0 ColorNicks=false #RunCommands allows you to send RAW irc commands after connection. -#The substring {BOTNICK} will be replaced with the bot's current nickname. +#The string {BOTNICK} (case sensitive) will be replaced with the bot's current nickname. #Array of strings #OPTIONAL (default empty) RunCommands=["PRIVMSG user hello","PRIVMSG chanserv something", "MODE {BOTNICK} +B"]