Skip to content

Instantly share code, notes, and snippets.

@siyo
Last active December 19, 2015 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siyo/5884517 to your computer and use it in GitHub Desktop.
Save siyo/5884517 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
Earthquake.init do
command %r|^:mugon\s*([^\d]+)*\s*(\d+)*|,:as=> :mugon do |m|
str = m[1] ? m[1] : ''
input(str + "”““’’‘‘" * (m[2] ? m[2].to_i : 1))
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment