summaryrefslogtreecommitdiffstats
path: root/Reaktor/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
commit3aa12f6bcaf0ed4d7e55d686e8a0a4dc45301c36 (patch)
treed724f38b74780a37baf91566656926bf4070e505 /Reaktor/IRC/index
parent7448f050bd456c5eef2fbb5492c608d6760ea218 (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 'Reaktor/IRC/index')
-rwxr-xr-xReaktor/IRC/index2
1 files changed, 1 insertions, 1 deletions
diff --git a/Reaktor/IRC/index b/Reaktor/IRC/index
index 68b6cf33..7b51632a 100755
--- a/Reaktor/IRC/index
+++ b/Reaktor/IRC/index
@@ -6,4 +6,4 @@ cd $(dirname $(readlink -f $0))/..
IRC/install
-exec python IRC/bot2.py "$@"
+exec python IRC/asybot.py "$@"