Skip to content

Instantly share code, notes, and snippets.

@devStepsize
Created April 22, 2016 21:22
Show Gist options
  • Save devStepsize/f761db74ddc5d51351707e3a15544484 to your computer and use it in GitHub Desktop.
Save devStepsize/f761db74ddc5d51351707e3a15544484 to your computer and use it in GitHub Desktop.
Botkit replace the built in regex match with a middleware function
// From https://github.com/howdyai/botkit#hear-middleware
// This will replace the matching function used in hears() as well as inside convo.ask()
controller.changeEars(function(patterns, message) {
// ... do something
// return true or false
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment