We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
module.exports = (robot) -> robot.respond /hi|hello/i, (msg) -> msg.send "Howdy!"`
The text was updated successfully, but these errors were encountered:
@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
Sorry, something went wrong.
No branches or pull requests
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.
`# hubot greeting.
(hi|hello) - say hi to your butler
module.exports = (robot) ->
robot.respond /hi|hello/i, (msg) ->
msg.send "Howdy!"`
The text was updated successfully, but these errors were encountered: