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 /install | |
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 'install')
-rwxr-xr-x | install | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/install b/install deleted file mode 100755 index 761bc43..0000000 --- a/install +++ /dev/null @@ -1,6 +0,0 @@ -#! /bin/sh -set -euf - -cd $(dirname $(readlink -f $0)) - -exec IRC/install |