diff options
author | tv <tv@xso> | 2011-09-06 19:58:10 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-09-06 19:58:10 +0200 |
commit | 3f9886d04e60dcb80d99f4c88fff0437fc0a8c36 (patch) | |
tree | 8d935b92633465700018bf23008374fa11337f8b /Reaktor | |
parent | 683b24170b8e12dfecf38e84718d919d6bb347fc (diff) | |
parent | 108f3616e3f4958752d881192ef29e5fc4c2b045 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'Reaktor')
-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 21129c71..41e3a227 100755 --- a/Reaktor/IRC/index +++ b/Reaktor/IRC/index @@ -5,4 +5,4 @@ cd $(dirname $(readlink -f $0)) ./install -exec python2 bot2.py "$@" +exec python bot2.py "$@" |