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