Created
October 13, 2011 13:57
-
-
Save siyo/1284276 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 -*- | |
# beer tweet / earthquake plugin | |
# | |
# e.g. :beer うまい #=> ビうまいール | |
# | |
Earthquake.init do | |
command :beer 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