diff --git a/bot.js b/bot.js index b63dddfed..048447bb5 100644 --- a/bot.js +++ b/bot.js @@ -76,7 +76,7 @@ function respond() { else if(request.text && botRegexDL.test(request.text)) { this.res.writeHead(200); postMessage("http://www.daddyleagues.com/maddenrating?name=&position=all&team="+request.text.substring(5,8)); - //postMessage("http://daddyleagues.com/SRMFL/team/"+request.text.substring(5,8)+"/depthchart"); + //postMessage("http://daddyleagues.com/mcffd212/team/"+request.text.substring(5,8)+"/depthchart"); this.res.end(); } @@ -108,7 +108,7 @@ function respond() { else if(request.text && botRegexSC.test(request.text)) { this.res.writeHead(200); - postMessage("http://daddyleagues.com/SRMFL/team/"+request.text.substring(5,8)+"/schedule"); + postMessage("http://daddyleagues.com/mcffd212/team/"+request.text.substring(5,8)+"/schedule"); this.res.end(); } else if(request.text && botRegexP.test(request.text)) {