UNPKG

hubot-scripts

Version:

Allows you to opt in to a variety of scripts

19 lines (17 loc) 250 B
# Description: # None # # Dependencies: # None # # Configuration: # None # # Commands: # disassemble - NO DISASSEMBLE # # Author: # listrophy module.exports = (robot) -> robot.hear /disassemble/i, (msg) -> msg.send 'NO DISASSEMBLE!'