diff options
author | tv <tv@iiso> | 2011-09-13 17:10:40 +0200 |
---|---|---|
committer | tv <tv@iiso> | 2011-09-13 17:10:40 +0200 |
commit | 25855cfc5356a9f596eb919bbed253f10fd683f9 (patch) | |
tree | afaf8ff2b9751918a0a8f8bd3375ea2bfbcca57a | |
parent | 3aa12f6bcaf0ed4d7e55d686e8a0a4dc45301c36 (diff) |
//Reaktor/IRC: remove dangling ptr to IRC/install
-rwxr-xr-x | Reaktor/IRC/index | 2 |
1 files changed, 0 insertions, 2 deletions
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 "$@" |