irc-announce: append PID to nick

This commit is contained in:
tv 2015-06-18 21:55:04 +02:00
parent 99c1e067b1
commit 6669e30924

View File

@ -49,10 +49,10 @@ let
netcat
])}
IRC_SERVER="$1"
IRC_PORT="$2"
IRC_NICK="$3"
IRC_CHANNEL="$4"
IRC_SERVER=$1
IRC_PORT=$2
IRC_NICK=$3$$
IRC_CHANNEL=$4
message=$5
export IRC_CHANNEL # for privmsg_cat