flint.hears('/hello', function(bot, trigger) { bot.say('Hello %s!', trigger.personDisplayName); });