From e65902cc1f683fd8587a883efa24a67ba217108d Mon Sep 17 00:00:00 2001 From: Kufat Date: Tue, 6 Sep 2022 20:31:07 -0400 Subject: [PATCH] Tweak description of "{BOTNICK}" Made the description of "{BOTNICK}" consistent with that of other keywords --- matterbridge.toml.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 6b2588d5f4..2080068940 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"]