Skip to content

cinchrb/cinch-haiku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haiku plugin

Fetches a random haiku from dailyhaiku.org and displays it.

Installation

First install the gem by running:

[sudo] gem install cinch-haiku

Then load it in your bot:

require "cinch"
require "cinch/plugins/haiku"

bot = Cinch::Bot.new do
  configure do |c|
    # add all required options here
    c.plugins.plugins = [Cinch::Plugins::Haiku]
  end
end

bot.start

Commands

haiku

Options

:delay

Add a delay of N seconds between each line of the haiku.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages