Created
November 14, 2011 04:45
-
-
Save morygonzalez/1363257 to your computer and use it in GitHub Desktop.
#huroushotoku したくなった時用 erathquake.gem プラグイン
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- 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