Skip to content

Instantly share code, notes, and snippets.

@siyo
Created June 8, 2012 09:30
Show Gist options
  • Save siyo/2894703 to your computer and use it in GitHub Desktop.
Save siyo/2894703 to your computer and use it in GitHub Desktop.
jgateだけ版エロキモス
# -*- 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