From 3aa12f6bcaf0ed4d7e55d686e8a0a4dc45301c36 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...^_^ --- Reaktor/IRC/index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Reaktor/IRC/index') 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 "$@" -- cgit v1.2.3 From 25855cfc5356a9f596eb919bbed253f10fd683f9 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 13 Sep 2011 17:10:40 +0200 Subject: //Reaktor/IRC: remove dangling ptr to IRC/install --- Reaktor/IRC/index | 2 -- 1 file changed, 2 deletions(-) (limited to 'Reaktor/IRC/index') diff --git a/Reaktor/IRC/index b/Reaktor/IRC/index index 7b51632a..24982c76 100755 --- a/Reaktor/IRC/index +++ b/Reaktor/IRC/index @@ -4,6 +4,4 @@ set -xeuf # cd //Reaktor cd $(dirname $(readlink -f $0))/.. -IRC/install - exec python IRC/asybot.py "$@" -- cgit v1.2.3