From b616938493355a2996c95800bcd72934f54c3eaa Mon Sep 17 00:00:00 2001 From: Jesse Newland Date: Fri, 15 Feb 2008 22:41:19 -0500 Subject: [PATCH] oops --- github-campfire.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/github-campfire.rb b/github-campfire.rb index 41511ca..ce17054 100644 --- a/github-campfire.rb +++ b/github-campfire.rb @@ -31,7 +31,6 @@ def process_commit(commit) commit end @room.speak(@template.result(proc)) - speak(@template.result(proc)) end end @@ -39,4 +38,4 @@ def process_commit(commit) post '/' do GithubCampfire.new(params[:payload]) "OMGPONIES! IT WORKED" -end +end \ No newline at end of file