-
Hello,
i am using following dependencies
"dependencies": {
"hubot-flowdock": ">= 0.3.x",
"hubot": "2.3.2",
"hubot-scripts": ">= 2.1.0",
"optparse": "1.0.3"
},
after doing npm ins…
muddu updated
10 years ago
-
We have several different flows and while hubot has joined multiple flows, he only listens to one. Is there a way for hubot to listen to multiple flows?
-
Hello - thank you for making this adapter for hubot. It works for me. But it answers to "hubot xxx" only in the "Main" flowdock flow. Is there a way to make it answer in other flows? --Rick
-
Stack-trace here:
```
DEBUG [85ce4046] Command: if test ! -d /var/www/errbit/releases/20140227151554; then echo "Directory does not exist '/var/www/errbit/releases/20140227151554'" 1>&2; false; fi
DE…
-
I get this behavior from OS X 10.9.2 (locally) and Windows 2012 (running on Azure). In both cases, I'm running:
Node 0.10.26
Hubot: 2.7.1
Flowdock-hubot: 0.6.0
Env. Vbl:
PORT = 8181
I created a new…
-
I'm working on an adapter, and would like to tell my copy of hubot to use my local development version of the adapter.
I've downloaded the hubot .zip & run `npm install`. `bin/hubot` works fine.
I ca…
-
hi, i tried to set a status for a flow like it's described in the readme:
``` coffee
session.status('example:main', 'I just got the first message through the Flowdock stream API.');
```
but it keeps…
phoet updated
10 years ago
-
Hi,
I can see from browsing commits that support's been added for `robot.messageRoom`, but I can't seem to get it to work. Is there something special that needs to be done?
I've tried `robot.message…
-
It took me forever to figure this one out.
The wiki instructions for the [Flowdock adapter](https://github.com/github/hubot/wiki/Adapter:-Flowdock) cite the config `HEROKU_HOSTNAME` which needs to b…
-
We would prefer to have our Hubot use comments when responding to commands to have the bot's responses be a part of the conversation archive.
I have a PR ready for this, but it depends on flowdock/no…