Sha256: b630662a62449ba9db54e081e6e646004fdda1b412e6f02fd9239e3637944d78

Contents?: true

Size: 817 Bytes

Versions: 1

Compression:

Stored size: 817 Bytes

Contents

module Ruboty
  module RinChan
    module Actions
      class RinChan < Ruboty::Actions::Base
        @@serifs = ["なんのごようだニャ〜?",
                    "やっほ〜!",
                    "いまは、忙しいニャ!",
                    "うみちゃんは怖いニャ…",
                    "かよちんはかわいいニャ!",
                    "今はりんのイベント中だよ〜!",
                    "魚は苦手だニャ…",
                    "ナニソレイミワカンナイ",
                    "オコトワリシマス!",
                    "仕事に戻るニャー!!",
                    "おつかれさまニャ!",]
        def call
          @serif = @@serifs.shuffle
          message.reply(@serif[0])
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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