Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Update Campfire adapter to use new format: /^JANKY_CHAT_#{chat_name}_
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmestad committed Jan 7, 2012
1 parent a0cd252 commit ba5fff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/janky/chat/campfire.rb
Expand Up @@ -3,8 +3,8 @@ module Chat
class Campfire
def initialize(settings)
Broach.settings = {
"account" => settings['JANKY_CAMPFIRE_ACCOUNT'],
"token" => settings['JANKY_CAMPFIRE_TOKEN'],
"account" => settings['JANKY_CHAT_CAMPFIRE_ACCOUNT'],
"token" => settings['JANKY_CHAT_CAMPFIRE_TOKEN'],
"use_ssl" => true
}
end
Expand Down

0 comments on commit ba5fff8

Please sign in to comment.