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 | 2b271a1187bb19e464627f38fdb8caa7160eaf12 (patch) | |
tree | 2621af35eb4df086750d8f03f1e84af8fc39d581 /IRC/index | |
parent | b88195721f6e315c6bc029a6936ba91e4733edd8 (diff) |
Reaktor/IRC: use config.json (and python3ize)
Diffstat (limited to 'IRC/index')
-rwxr-xr-x | IRC/index | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "$@" |