Skip to content

Instantly share code, notes, and snippets.

@sarahhodne
Created March 29, 2009 13:53
Show Gist options
  • Save sarahhodne/87401 to your computer and use it in GitHub Desktop.
Save sarahhodne/87401 to your computer and use it in GitHub Desktop.
require "pavarotti"
privmsg /^&who/ do
`who`
end
privmsg /^&uptime/ do
`uptime`
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment