fixes and bugsearch
This commit is contained in:
parent
1241de1d6a
commit
181d7191b3
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "hubot-raumgirl-new",
|
||||
"description": "ctdo raumgirl",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"author": "henne@ctdo.de",
|
||||
"license": "MIT",
|
||||
|
||||
|
|
|
@ -104,7 +104,7 @@ module.exports = function(robot) {
|
|||
}
|
||||
});
|
||||
// new stuff
|
||||
robot.respond(/^raumgirl: status$/i, function(r) {
|
||||
robot.respond(/status$/i, function(r) {
|
||||
console.log("status");
|
||||
robot.http("http://status.ctdo.de/api/simple/v2")
|
||||
.header('Accept', 'application/json')
|
||||
|
|
Loading…
Reference in New Issue