Skip to content

Commit

Permalink
use slack adapter, remove unused scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ajb committed Jun 4, 2016
1 parent 22ab68e commit af125ca
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 385 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hubot: bin/hubot --adapter irc --alias //
hubot: bin/hubot --adapter slack --alias //
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ can be something like Campfire or IRC. There are a number of third party
adapters that the community have contributed. Check
[Hubot Adapters][hubot-adapters] for the available ones.

We're using the IRC adapter to connect Hubot to Slack. The login details
are in Meldium.

If you would like to run a non-Campfire or shell adapter you will need to add
the adapter package as a dependency to the `package.json` file in the
`dependencies` section.
Expand Down
2 changes: 1 addition & 1 deletion external-scripts.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["hubot-buffer", "hubot-github-todos", "hubot-cron"]
["hubot-buffer", "hubot-github-todos", "hubot-cron", "hubot-help"]
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
"hubot-buffer": "0.0.4",
"hubot-cron": "^0.2.7",
"hubot-github-todos": "0.4.0",
"hubot-irc": "^0.2.7",
"hubot-help": "^0.2.0",
"hubot-scripts": "2.5.11",
"hubot-slack": "^3.4.2",
"nightmare": "^1.7.0",
"prettyjson": "^1.1.3",
"request": "~2.34.0",
Expand Down
44 changes: 0 additions & 44 deletions scripts/google-images.coffee

This file was deleted.

83 changes: 0 additions & 83 deletions scripts/help.coffee

This file was deleted.

26 changes: 0 additions & 26 deletions scripts/maps.coffee

This file was deleted.

22 changes: 0 additions & 22 deletions scripts/math.coffee

This file was deleted.

62 changes: 0 additions & 62 deletions scripts/todo_reminders.coffee

This file was deleted.

114 changes: 0 additions & 114 deletions scripts/translate.coffee

This file was deleted.

Loading

0 comments on commit af125ca

Please sign in to comment.