Skip to content

cinchrb/cinch-downforeveryone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Down for everyone or just me? plugin

This plugin uses downforeveryoneorjustme.com to check if a website is up or down.

Installation

First install the gem by running: [sudo] gem install cinch-downforeveryone

Then load it in your bot: require "cinch" require "cinch/plugins/downforeveryone"

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

bot.start

Commands

isitdown/isitup

Check if a website is up or down.

Options

None.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages