diff options
Diffstat (limited to 'IRC/index')
-rwxr-xr-x | IRC/index | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +3,4 @@ set -xeuf # cd //Reaktor cd $(dirname $(readlink -f $0))/.. -host=irc.freenode.net target='#krebsco' python IRC/asybot.py "$@" +host=irc.freenode.net target='#krebs' python IRC/asybot.py "$@" |