Skip to content

Instantly share code, notes, and snippets.

@morygonzalez
Created October 15, 2011 00:11
Show Gist options
  • Select an option

  • Save morygonzalez/1288742 to your computer and use it in GitHub Desktop.

Select an option

Save morygonzalez/1288742 to your computer and use it in GitHub Desktop.
コーヒー飲みながら何か食べてる時用earthquake.gem plugin
# -*- 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