diff options
author | makefu <root@pigstarter.de> | 2013-04-22 15:17:15 +0200 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2013-04-22 15:17:15 +0200 |
commit | e703a1606471901008938c72900367770afee8f3 (patch) | |
tree | 13ba9821383c3b13daa385b9cd31956017c9cdb1 /Reaktor/IRC/index | |
parent | 0ab171778fe183b95d6cbf2998f986b866df1947 (diff) |
update Reaktor - add color translator
Diffstat (limited to 'Reaktor/IRC/index')
-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 50022ec9..cc2652fe 100755 --- a/Reaktor/IRC/index +++ b/Reaktor/IRC/index @@ -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 "$@" |