diff options
author | tv <tv@iiso> | 2011-09-13 17:04:45 +0200 |
---|---|---|
committer | tv <tv@iiso> | 2011-09-13 17:04:45 +0200 |
commit | 3aa12f6bcaf0ed4d7e55d686e8a0a4dc45301c36 (patch) | |
tree | d724f38b74780a37baf91566656926bf4070e505 /Reaktor/IRC/index | |
parent | 7448f050bd456c5eef2fbb5492c608d6760ea218 (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-x | Reaktor/IRC/index | 2 |
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 "$@" |