The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/rocketchat-internal-hubot
Marcos Spessatto Defendi 3d70f4754c Remove /* globals */ from files wave-1 (#12984) 7 years ago
..
.npm/package Move all npm from meteor packages to package.json & Update versions 7 years ago
server Remove /* globals */ from files wave-1 (#12984) 7 years ago
README.md Removed trim string settings 9 years ago
package.js Convert rocketchat-internal-hubot to main module structure (#12671) 7 years ago

README.md

Meteor doesn't interact really well with NPM and the NPM module loading mechanism which hubot uses for its scripts. So we've split out most of hubot's scripts into this separate module.

To add a new hubot script:

$ npm install --save hubot-pugme
redis-brain.coffee,shipit.coffee,whatis.coffee,<new-script-name>.coffee
  • If it is a custom script, or a forked/tweaked version of a script, add it to the scripts/ directory.