summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-06-18 21:55:04 +0200
committertv <tv@shackspace.de>2015-06-18 21:55:04 +0200
commit6669e30924b0b774aafcef9997b71e871f933cca (patch)
treee14b6fd50ec905207d745004038be64e0241a64f /lib
parent99c1e067b17d9b57245ee793c7b08b0c93de54b0 (diff)
irc-announce: append PID to nick
Diffstat (limited to 'lib')
-rw-r--r--lib/git.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/git.nix b/lib/git.nix
index 706a2264..07bb93fb 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