Skip to content

Instantly share code, notes, and snippets.

@t-oginogin
Created April 18, 2015 05:21
Show Gist options
  • Save t-oginogin/ab955651debb13563911 to your computer and use it in GitHub Desktop.
Save t-oginogin/ab955651debb13563911 to your computer and use it in GitHub Desktop.
module Ruboty
module Handlers
class OginOk < Base
on(
/オッケーですか?/,
name: "ok",
description: "Return オッケーです!"
)
def ok(message)
message.reply("オッケーです!")
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment