~mttronchetti/roshbot/logs

« back to all changes in this revision

Viewing changes to node/node.js

  • Committer: mttronchetti
  • Date: 2014-04-09 14:22:04 UTC
  • mfrom: (2.1.1 roshbot)
  • Revision ID: mttronchetti@gmail.com-20140409142204-b76aeyidsrdxhkhe
mergedĀ undo

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    run("killall","-9 main");
37
37
}
38
38
 
39
 
console.log("branch");
40
 
 
41
39
function http_handler(req,res){
42
40
    var url = static.splitUrl(req);
43
41
    switch(url[0]){