Sha256: 64c6ee525cead4b262781ab3da3564fb222cf47f20d6c65fc2c1d4b6cecb73f6
Contents?: true
Size: 292 Bytes
Versions: 1
Compression:
Stored size: 292 Bytes
Contents
require "ruboty/rin-chan/actions/rin-chan" module Ruboty module Handlers class Rin-chan < Base on /(hello|hi)/i, name: 'rin-chan', description: 'chat with rin' def rin-chan(message) Ruboty::Rin-chan::Actions::Rin-chan.new(message).call end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruboty-rin-chan-0.1.0 | lib/ruboty/handlers/rin-chan.rb |