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 | 7fb86be4b75f7c1a53e5ee39b620a52f2d35d1bf (patch) | |
tree | c47bc370c268fa630bc2672cab8b1f1ef63ef26e /IRC/index | |
parent | 8ed75e6eaf2b5050477b644a1bb97e0c182a4260 (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-x | IRC/index | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,4 +6,4 @@ cd $(dirname $(readlink -f $0))/.. IRC/install -exec python IRC/bot2.py "$@" +exec python IRC/asybot.py "$@" |