Skip to content

Commit

Permalink
add groupme adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Oct 28, 2011
1 parent 0adbb1c commit 3158ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/hubot
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Creator = require '../src/creator'
OptParse = require 'optparse'
PortNumber = parseInt(process.env.PORT) || 8080

Adapters = ["irc", "campfire", "hipchat", "twilio", "xmpp"]
Adapters = ["irc", "campfire", "hipchat", "twilio", "xmpp", "groupme"]
Switches = [
[ "-h", "--help", "Display the help information"],
[ "-a", "--adapter ADAPTER", "The Adapter to use"],
Expand Down

0 comments on commit 3158ba4

Please sign in to comment.