Skip to content

Instantly share code, notes, and snippets.

@cmelbye
Created October 28, 2008 01:35
Show Gist options
  • Save cmelbye/20268 to your computer and use it in GitHub Desktop.
Save cmelbye/20268 to your computer and use it in GitHub Desktop.
undefined
$LOAD_PATH << './lib'
puts "Loading IRC..."
require 'irc'
puts "Loading the IRC Parser..."
require 'parser'
puts "Loading RubyGems..."
require 'rubygems'
puts "Loading Activerecord..."
require 'activerecord'
puts "Loading models and connecting to database..."
require 'models'
puts "Loading HPricot, OpenURI and ERB..."
require 'hpricot'
require 'open-uri'
require 'erb'
$b = binding()
nick = 'on_irc_chuck'
<html>
<head>
<title>hey</title>
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment