Skip to content

Instantly share code, notes, and snippets.

@hagiyaki
Forked from siyo/beer.rb
Created February 17, 2012 14:38
Show Gist options
  • Save hagiyaki/1853846 to your computer and use it in GitHub Desktop.
Save hagiyaki/1853846 to your computer and use it in GitHub Desktop.
コーラ飲んでる時用earthquake.gem plugin
# -*- coding: utf-8 -*-
# cola tweet / earthquake plugin
#
# e.g. :cola うまい #=> コうまいーラ
#
Earthquake.init do
command :cola 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