From 7fb86be4b75f7c1a53e5ee39b620a52f2d35d1bf Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 13 Sep 2011 17:04:45 +0200 Subject: //Reaktor/IRC: replace irclib with own async bot Unfortunately irclib failed to detect stale connections. Asyboy comes to the rescue (maybe).^_^->deal with it...^_^ --- IRC/index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IRC/index') 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 "$@" -- cgit v1.2.3