Skip to content

Instantly share code, notes, and snippets.

@omgitsads
Created July 24, 2012 16:31
Show Gist options
  • Save omgitsads/3171047 to your computer and use it in GitHub Desktop.
Save omgitsads/3171047 to your computer and use it in GitHub Desktop.
Scamp V2 - Final API
Scamp.new do |bot|
bot.adapter :test, TestAdapter, :delay => 1
bot.adapter :another, TestAdapter, :delay => 5
bot.plugin PingPlugin, :on => [:test]
bot.connect!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment