This is Cinch plugin that convert message to rainbow.
Add this line to your application's Gemfile:
gem 'kirakira'
And then execute:
$ bundle
Or install it yourself as:
$ gem install kirakira
require 'cinch'
require 'kirakira'
bot = Cinch::Bot.new do
configure do |c|
# add all required options here
c.plugins.plugins = [Kirakira]
end
end
bot.start
k destination_channel message
- Fork it ( http://github.com//kirakira/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request