Skip to content

Instantly share code, notes, and snippets.

@morygonzalez
Created November 14, 2011 04:45
Show Gist options
  • Select an option

  • Save morygonzalez/1363257 to your computer and use it in GitHub Desktop.

Select an option

Save morygonzalez/1363257 to your computer and use it in GitHub Desktop.
#huroushotoku したくなった時用 erathquake.gem プラグイン
# -*- coding: utf-8 -*-
# huroushotoku tweet / earthquake plugin
#
# e.g. :hs hoge # => hoge #huroushotoku
#
Earthquake.init do
command %r|^:hs\s(.*)$|, :as => :huroushotoku do |m|
input(":update #{m[1]} #huroushotoku")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment