Skip to content

Instantly share code, notes, and snippets.

@jasherai
Forked from bbelchak/gist:433751
Created June 12, 2010 07:18
Show Gist options
  • Save jasherai/435515 to your computer and use it in GitHub Desktop.
Save jasherai/435515 to your computer and use it in GitHub Desktop.
if Gem.available?('tinder')
require 'tinder'
campfire = Tinder::Campfire.new '<SUBDOMAIN>', :token => '<TOKEN>'
room = campfire.find_room_by_name '<ROOMNAME>'
end
# Put this wherever you want chef to speak:
if Gem.available?('tinder')
room.speak('<HELLOWORLD>')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment