From 2b271a1187bb19e464627f38fdb8caa7160eaf12 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 16 Dec 2013 16:23:12 +0100 Subject: Reaktor/IRC: use config.json (and python3ize) --- IRC/index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IRC/index') diff --git a/IRC/index b/IRC/index index cc2652f..2dc803a 100755 --- a/IRC/index +++ b/IRC/index @@ -3,4 +3,4 @@ set -xeuf # cd //Reaktor cd $(dirname $(readlink -f $0))/.. -host=irc.freenode.net target='#krebs' python IRC/asybot.py "$@" +exec IRC/asybot.py "$@" -- cgit v1.2.3