UNPKG

hubot-scripts

Version:

Allows you to opt in to a variety of scripts

28 lines (25 loc) 687 B
# Description: # Carlton Celebration # # Dependencies: # None # # Configuration: # None # # Commands: # dance - Display a dancing Carlton # # Author: # pingles carltons = [ "http://media.tumblr.com/tumblr_lrzrlymUZA1qbliwr.gif", "http://3deadmonkeys.com/gallery3/var/albums/random_stuff/Carlton-Dance-GIF.gif", "http://gifsoup.com/webroot/animatedgifs/987761_o.gif", "http://gifsoup.com/view1/1307943/carlton-banks-dance-o.gif", "http://s2.favim.com/orig/28/carlton-banks-dance-Favim.com-239179.gif", "http://gifsoup.com/webroot/animatedgifs/131815_o.gif" ] module.exports = (robot) -> robot.hear /\b(dance|happy)\b/i, (msg) -> msg.send msg.random carltons