Skip to content

Commit

Permalink
conavore
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Dec 14, 2010
1 parent b099874 commit aaff373
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions botart.coffee → conavore.coffee
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Hello, and welcome to Botart.
# Hello, and welcome to Conavore.
#
# Some of this is stolen from Hubot.
# Some of this is not.
Expand All @@ -23,9 +23,9 @@ env = process.env
# robot brain
#

ua = 'botart 1.0'
username = env.BOTART_USERNAME
password = env.BOTART_PASSWORD
ua = 'conavore 1.0'
username = env.CONAVORE_USERNAME
password = env.CONAVORE_PASSWORD

request = (method, path, body, callback) ->
if match = path.match(/^(https?):\/\/([^/]+?)(\/.+)/)
Expand Down

0 comments on commit aaff373

Please sign in to comment.