diff options
author | tv <tv@shackspace.de> | 2015-06-18 21:55:04 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-06-18 21:55:04 +0200 |
commit | 6669e30924b0b774aafcef9997b71e871f933cca (patch) | |
tree | e14b6fd50ec905207d745004038be64e0241a64f /lib/git.nix | |
parent | 99c1e067b17d9b57245ee793c7b08b0c93de54b0 (diff) |
irc-announce: append PID to nick
Diffstat (limited to 'lib/git.nix')
-rw-r--r-- | lib/git.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/git.nix b/lib/git.nix index 706a2264a..07bb93fb8 100644 --- a/lib/git.nix +++ b/lib/git.nix @@ -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 |