Skip to content

Commit

Permalink
what was I thinking, these cannot be here
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Nov 14, 2008
1 parent adc9ab7 commit 4297e32
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/god.rb
Expand Up @@ -56,20 +56,14 @@
begin
require 'god/contacts/twitter'
rescue LoadError
puts "You must have the 'twitter' gem installed to use the Twitter contact."
exit 1
end
begin
require 'god/contacts/jabber'
rescue LoadError
puts "You must have the 'xmpp4r' gem installed to use the Jabber contact."
exit 1
end
begin
require 'god/contacts/campfire'
rescue LoadError
puts "You must have the 'tinder' gem installed to use the Campfire contact."
exit 1
end

require 'god/socket'
Expand Down

0 comments on commit 4297e32

Please sign in to comment.