diff options
author | lassulus <lassulus@googlemail.com> | 2013-12-16 16:23:12 +0100 |
---|---|---|
committer | lassulus <lassulus@googlemail.com> | 2013-12-16 16:23:12 +0100 |
commit | 8e7f6b0c15db735fd289b304cb9fa5337f53c4fc (patch) | |
tree | 2884f85bdc90e1d68427239744f5fe95c3fa2d3e /Reaktor/IRC/index | |
parent | 2c4426db77bfb4531d50418add76c98940c5181f (diff) |
Reaktor/IRC: use config.json (and python3ize)
Diffstat (limited to 'Reaktor/IRC/index')
-rwxr-xr-x | Reaktor/IRC/index | 2 |
1 files changed, 1 insertions, 1 deletions
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 "$@" |