Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to load scripts for hubot #3745

Closed
wargamesqcf opened this issue Jul 12, 2016 · 1 comment
Closed

unable to load scripts for hubot #3745

wargamesqcf opened this issue Jul 12, 2016 · 1 comment

Comments

@wargamesqcf
Copy link

Your Rocket.Chat version: 0.35.0
I put scripts into the scripts folder of home/danny/scripts but I don't know what I am missing.

docker run -it -e ROCKETCHAT_URL=162.208.48.77:3000 \
-e ROCKETCHAT_ROOM='GENERAL' \
-e ROCKETCHAT_ROOM='diceroom' \
-e LISTEN_ON_ALL_PUBLIC=true \
-e ROCKETCHAT_USER=testbot \
-e ROCKETCHAT_PASSWORD=password \
-e ROCKETCHAT_AUTH=password \
-e BOT_NAME=testbot \
-e EXTERNAL_SCRIPTS=hubot-pugme,hubot-help,basic \
-v $PWD/scripts:/home/hubot/scripts \
rocketchat/hubot-rocketchat:v0.1.4

`# hubot greeting.

(hi|hello) - say hi to your butler

module.exports = (robot) ->
robot.respond /hi|hello/i, (msg) ->
msg.send "Howdy!"`

@geekgonecrazy
Copy link
Contributor

geekgonecrazy commented Oct 27, 2016

@wargamesqcf please visit us in #hubot or on the hubot adapter repo https://github.com/rocketchat/hubot-rocketchat Though I think we've already solved this issue together on the demo server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants