fixes and bugsearch

This commit is contained in:
henne 2016-04-30 12:03:49 +02:00
parent 1241de1d6a
commit 181d7191b3
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "hubot-raumgirl-new", "name": "hubot-raumgirl-new",
"description": "ctdo raumgirl", "description": "ctdo raumgirl",
"version": "0.0.3", "version": "0.0.4",
"author": "henne@ctdo.de", "author": "henne@ctdo.de",
"license": "MIT", "license": "MIT",

View File

@ -104,7 +104,7 @@ module.exports = function(robot) {
} }
}); });
// new stuff // new stuff
robot.respond(/^raumgirl: status$/i, function(r) { robot.respond(/status$/i, function(r) {
console.log("status"); console.log("status");
robot.http("http://status.ctdo.de/api/simple/v2") robot.http("http://status.ctdo.de/api/simple/v2")
.header('Accept', 'application/json') .header('Accept', 'application/json')