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-hubot
Gabriel Engel 180aa167d5 Created and pushed by LingoHub. Project: 'Rocket.Chat' by User: 'gabriel.engel@gmail.com'. 10 years ago
..
.npm/package RocketBot working 10 years ago
i18n Created and pushed by LingoHub. Project: 'Rocket.Chat' by User: 'gabriel.engel@gmail.com'. 10 years ago
scripts fixing new hub internal packedge 10 years ago
README.md fixing new hub internal packedge 10 years ago
hubot-scripts.json fixing new hub internal packedge 10 years ago
hubot.coffee Merge pull request #896 from RocketChat/bot-privacy 10 years ago
package.js removing @0.0.1 from rocketchat:ldap 10 years ago
settings.coffee Fixed translations for rocketchat-hubot 10 years ago

README.md

codex-blackboard-hubot-scripts

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.