Skip to content

Commit

Permalink
look into why tinder is busted
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Mar 10, 2011
1 parent 904a459 commit b5745da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/campfire.rb
Expand Up @@ -81,7 +81,7 @@
end end


messages.each { |line| room.speak line } messages.each { |line| room.speak line }
room.play "rimshot" if play_sound room.play "rimshot" if play_sound && room.respond_to?(:play)


campfire.logout campfire.logout
rescue Errno::ECONNREFUSED => boom rescue Errno::ECONNREFUSED => boom
Expand Down

0 comments on commit b5745da

Please sign in to comment.