Created
          June 8, 2012 09:30 
        
      - 
      
- 
        Save siyo/2894703 to your computer and use it in GitHub Desktop. 
    jgateだけ版エロキモス
  
        
  
    
      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 -*- | |
| # usage: | |
| # e.g. :erokimos 眠い # => update 'たわわに眠い' [Yn] | |
| # | |
| Earthquake.init do | |
| command %r|^:erokimos\s*(\d+)*\s*(.*)$|, :as => :erokimos do |m| | |
| cmd = m[1] ? ":reply #{m[1]}" : ":update" | |
| input("%s %s" % [cmd, open(URI.encode("http://erokimos.jgate.de/convert?q=#{m[2]}")){|f| f.read}]) end | |
| end | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment