aboutsummaryrefslogtreecommitdiffstats
path: root/IRC/index
diff options
context:
space:
mode:
authortv <tv@iiso>2011-09-13 17:04:45 +0200
committertv <tv@iiso>2011-09-13 17:04:45 +0200
commit7fb86be4b75f7c1a53e5ee39b620a52f2d35d1bf (patch)
treec47bc370c268fa630bc2672cab8b1f1ef63ef26e /IRC/index
parent8ed75e6eaf2b5050477b644a1bb97e0c182a4260 (diff)
//Reaktor/IRC: replace irclib with own async bot
Unfortunately irclib failed to detect stale connections. Asyboy comes to the rescue (maybe).^_^->deal with it...^_^
Diffstat (limited to 'IRC/index')
-rwxr-xr-xIRC/index2
1 files changed, 1 insertions, 1 deletions
diff --git a/IRC/index b/IRC/index
index 68b6cf3..7b51632 100755
--- a/IRC/index
+++ b/IRC/index
@@ -6,4 +6,4 @@ cd $(dirname $(readlink -f $0))/..
IRC/install
-exec python IRC/bot2.py "$@"
+exec python IRC/asybot.py "$@"