Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Control Philips Hue lights from Hubot #1198

Closed
wants to merge 7 commits into from
Closed

Conversation

kingbin
Copy link

@kingbin kingbin commented Oct 17, 2013

No description provided.

@technicalpickles
Copy link
Contributor

We are actually moving away from adding scripts to repository in favor of separate npm packages per scripts. See #1113 for details, and let us know if you have any questions about getting going with that!

msg.send "unsupported config setting"


# robot.respond /rollout activate_user ([^\s]*) ([^\s]*)/i, (msg) ->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to remove this commented out code if it's not being used.

@technicalpickles
Copy link
Contributor

I'd suggest using robot.respond instead of robot.hear. The main difference is that respond only matches things that start with hubot, rather than appearing anywhere in the line.

@kingbin
Copy link
Author

kingbin commented Oct 17, 2013

Sounds good, I'll make the mod and go the npm route.

Thanks for the feedback!

Chris

On Oct 17, 2013, at 18:14, Josh Nichols notifications@github.com wrote:

I'd suggest using robot.respond instead of robot.hear. The main difference is that respond only matches things that start with hubot, rather than appearing anywhere in the line.


Reply to this email directly or view it on GitHub.

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

Successfully merging this pull request may close these issues.

2 participants