hubot-archive / hubot-google-images

A hubot script that interacts with the Google Images API
126 stars 67 forks source link

Make robot.hear shortcuts for image me and animate me #20

Closed seriallos closed 8 years ago

seriallos commented 8 years ago

This is follow up to #19. By default, the robot will only respond to direct commands. However, I've added the env var HUBOT_GOOGLE_IMAGES_HEAR which will use the robot.hear ability to respond to any chat that begins with image me or animate me.

This should preserve the pre-existing defaults while still allowing folks to enable this if they want to.

HaroldPutman commented 8 years ago

:+1: Thanks for Following up on this.