aboutsummaryrefslogtreecommitdiffstats
path: root/IRC/index
diff options
context:
space:
mode:
authorEUcancER <root@euer.krebsco.de>2012-04-18 23:16:39 +0200
committerEUcancER <root@euer.krebsco.de>2012-04-18 23:16:39 +0200
commit11e0ed7d7759d550b2c0b2456945353f7831b279 (patch)
tree8133b6af598531029f010f31ebf4a12418e19e53 /IRC/index
parent9224ac697fbf4bd498e414661c51fff65410c2bb (diff)
Reaktor: cleanup
Diffstat (limited to 'IRC/index')
-rwxr-xr-xIRC/index3
1 files changed, 1 insertions, 2 deletions
diff --git a/IRC/index b/IRC/index
index 24982c7..50022ec 100755
--- a/IRC/index
+++ b/IRC/index
@@ -3,5 +3,4 @@ set -xeuf
# cd //Reaktor
cd $(dirname $(readlink -f $0))/..
-
-exec python IRC/asybot.py "$@"
+host=irc.freenode.net target='#krebsco' python IRC/asybot.py "$@"