irc-announce: add _ to nick, for filtering

This commit is contained in:
lassulus 2019-04-28 15:01:50 +02:00
parent 915e4b8437
commit 18b98333d4
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ pkgs.writeDashBin "irc-announce" ''
IRC_SERVER=$1
IRC_PORT=$2
IRC_NICK=$3$$
IRC_NICK=$3_$$
IRC_CHANNEL=$4
message=$5