Skip to content

Instantly share code, notes, and snippets.

@sizovs
Created July 2, 2017 18:16
Show Gist options
  • Save sizovs/f2e31b34ad65bb97c949363a972824a5 to your computer and use it in GitHub Desktop.
Save sizovs/f2e31b34ad65bb97c949363a972824a5 to your computer and use it in GitHub Desktop.
module.exports = controller => {
controller.on('user_channel_join', (bot, message) => {
bot.reply(message, `Hello, ${message.user}`);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment