Created
October 15, 2011 00:11
-
-
Save morygonzalez/1288742 to your computer and use it in GitHub Desktop.
コーヒー飲みながら何か食べてる時用earthquake.gem plugin
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 -*- | |
| # coffee tweet / earthquake plugin | |
| # | |
| # e.g. :coffee+ あんぱん #=> あんぱんヒー | |
| # | |
| Earthquake.init do | |
| command %r|^:coffee\+ (.+)|, :as => :coffee do |m| | |
| input(":update #{m[1]}ヒー") | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment