Skip to content

Instantly share code, notes, and snippets.

@Ajnasz
Created August 24, 2016 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ajnasz/f63be5047b84d5104dd6d8e16f81deb9 to your computer and use it in GitHub Desktop.
Save Ajnasz/f63be5047b84d5104dd6d8e16f81deb9 to your computer and use it in GitHub Desktop.
foo.js
module.exports = function (robot) {
robot.hear(/test topic/, function (msg) {
msg.topic('test topic');
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment