Created
July 2, 2017 18:16
-
-
Save sizovs/f2e31b34ad65bb97c949363a972824a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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