Skip to content

ninjawarriors/carrier-pigeon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Ruby (MRI)
  • RubyGems

Install

gem install carrier-pigeon

Usage

require 'carrier-pigeon'

# In the open
CarrierPigeon.send(:uri => "irc://nick:[email protected]:6667/#channel", :message => "cooooo, coo coo")

# SSL
CarrierPigeon.send(:uri => "irc://nick:[email protected]:6667/#channel", :message => "coo, secret plan", :ssl => true)

# Join the channel (required for most Freenode channels)
CarrierPigeon.send(:uri => "irc://nick:[email protected]:6667/#channel", :channel_password => "password", :message => "cooooo, coo coo", :join => true)

About

The simplest library to say something on IRC.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%