diff options
author | EUcancER <root@euer.krebsco.de> | 2012-04-18 23:16:39 +0200 |
---|---|---|
committer | EUcancER <root@euer.krebsco.de> | 2012-04-18 23:16:39 +0200 |
commit | 11e0ed7d7759d550b2c0b2456945353f7831b279 (patch) | |
tree | 8133b6af598531029f010f31ebf4a12418e19e53 /IRC | |
parent | 9224ac697fbf4bd498e414661c51fff65410c2bb (diff) |
Reaktor: cleanup
Diffstat (limited to 'IRC')
-rwxr-xr-x | IRC/index | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,5 +3,4 @@ set -xeuf # cd //Reaktor cd $(dirname $(readlink -f $0))/.. - -exec python IRC/asybot.py "$@" +host=irc.freenode.net target='#krebsco' python IRC/asybot.py "$@" |