Sha256: de043a3686c04a2055c0b8eee4453b2220aeff1d8433f8634186f0fa272c6f98

Contents?: true

Size: 178 Bytes

Versions: 1

Compression:

Stored size: 178 Bytes

Contents

module Ruboty
  module RinChan
    module Actions
      class RinChan < Ruboty::Actions::Base

        def call
          message.reply()
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruboty-rin_chan-0.1.0 lib/ruboty/rin_chan/actions/rin_chan.rb