From 8e7f6b0c15db735fd289b304cb9fa5337f53c4fc 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) --- Reaktor/IRC/index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Reaktor/IRC/index') diff --git a/Reaktor/IRC/index b/Reaktor/IRC/index index cc2652fe..2dc803a1 100755 --- a/Reaktor/IRC/index +++ b/Reaktor/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