Created
October 21, 2011 14:39
-
-
Save hagiyaki/1304008 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 -*- | |
| # toppo tweet / earthquake plugin | |
| # | |
| # e.g. :toppo てすと => てすと。その点... | |
| # | |
| Earthquake.init do | |
| command :toppo do |m| | |
| input("#{m[1]}。その点トッポってすげぇよな、最後までチョコたっぷりだもん。") | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment