Skip to content

Instantly share code, notes, and snippets.

@siyo
Created October 13, 2011 13:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save siyo/1284276 to your computer and use it in GitHub Desktop.
Save siyo/1284276 to your computer and use it in GitHub Desktop.
ビール飲んでる時用earthquake.gem plugin
# -*- 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