From aaff373d6abf4888fff3574466354e32bf17911b Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Tue, 14 Dec 2010 10:58:29 -0800 Subject: [PATCH] conavore --- botart.coffee => conavore.coffee | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename botart.coffee => conavore.coffee (97%) diff --git a/botart.coffee b/conavore.coffee similarity index 97% rename from botart.coffee rename to conavore.coffee index 6b41fba..26eb7d4 100644 --- a/botart.coffee +++ b/conavore.coffee @@ -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. @@ -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?):\/\/([^/]+?)(\/.+)/)