Skip to content

irc-notify is a minimal library for publishing IRC notifications

License

Notifications You must be signed in to change notification settings

sarahhodne/irc-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Code Climate Coverage Status Gem Version

irc-notify

irc-notify is a very small IRC library meant for publishing notifications to IRC. It's used by Travis CI to publish IRC notifications.

Basic example

require "irc-notify"
client = IrcNotify::Client.build("irc.example.com", 6697, ssl: true)

client.register("nick")
client.notify("#channel", "Hello, world!")
client.quit

Installation

$ gem install irc-notify

About

irc-notify is a minimal library for publishing IRC notifications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages