-
I think I am doing it wrong, otherwise this isnt working for me. The channels parameter should be set to the twitch streaming channel name right?
the stream channel in my case is "itzleathan"
so i s…
-
I'm not sure this is possible, but it'd be great to tell hubot to delete it's last message.
-
I have a script that's listening for a certain string (using `robot.hear`), and then sending a message back (using `msg.send`) that also happens to contains that string.
However, Hubot in Flowdock he…
-
I'm trying to integrate Hubot with flowdock, but i get this error:
```
hubot-flowdock@0.7.0 node_modules/hubot-flowdock
└── flowdock@0.8.1 (request@2.12.0, buffertools@1.1.0)
Hubot> [Sun Sep 28 2014 …
-
Hi,
Our Hubot has lost the ability to use `robot.messageRoom` sometime in the last week. Has something changed at the Flowdock end?
The syntax used previously was `robot.messageRoom(room, message)`,…
-
Sending messages to rooms does not work for me anymore.
`robot.messageRoom "company/roomName", "message body"` throws an error:
```
TypeError: Cannot read property 'metadata' of undefined
at Flowd…
-
I'm using Hubot 2.8.1 with Hubot-Flowdock 0.6.5.
I'm using `msg.send` to send a message into a room with the hubot-flowdock adapter.
However, the message I send seems to sent as a reply message (i.e…
-
Upon installing hubot-plusplus for the first time via npm (v1.1.0), I get this stack trace when trying to use it.
[Fri Sep 26 2014 07:33:26 GMT+0000 (UTC)] ERROR TypeError: Cannot read property 'log…
-
I noticed our hubot was leaving Flowdock after a few hours so I looked into it. The ping is working fine, but sometimes it gets a 503 with H18 error code. Explained on [Heroku](https://devcenter.her…
-
This ticket is basically the opposite of #499
I'd like a way to stop Hubot from responding to itself.
In this case I'm using the Flowdock adapter with Hubot.
I'm `hear`-ing for a regex string (e.g…