Skip to content

Instantly share code, notes, and snippets.

@siyo
Created April 19, 2013 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siyo/5417790 to your computer and use it in GitHub Desktop.
Save siyo/5417790 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
# copy&paste tweet / earthquake.gem plugin
#
# e.g. :copipe $aa
#
Earthquake.init do
command %r|^:copipe\s+(\d+)|, :as => :copipe do |m|
status = cache.read("status:#{m[1]}")
input status["text"]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment