aboutsummaryrefslogtreecommitdiffstats
path: root/IRC/index
diff options
context:
space:
mode:
authorroot <root@filebitch>2011-09-06 19:43:07 +0200
committerroot <root@filebitch>2011-09-06 19:43:07 +0200
commit847cd5639a3e7daa2fe89047e9ef95415feaa536 (patch)
treed9ff4677e1201edf4e23caa4068339f37490ed09 /IRC/index
parent0fba2569678f6fa8a710ac3440310f35522ddf7a (diff)
//Reaktor/IRC: assume python is python2
Diffstat (limited to 'IRC/index')
-rwxr-xr-xIRC/index2
1 files changed, 1 insertions, 1 deletions
diff --git a/IRC/index b/IRC/index
index 21129c7..41e3a22 100755
--- a/IRC/index
+++ b/IRC/index
@@ -5,4 +5,4 @@ cd $(dirname $(readlink -f $0))
./install
-exec python2 bot2.py "$@"
+exec python bot2.py "$@"