Skip to content

magnumci/addon-irc

Repository files navigation

IRC Addon

Send Magnum CI build notifications to an IRC channel

Build Status

Usage

Example:

require "magnum/addons/irc"

# Initialize addon
addon = Magnum::Addon::Irc.new(
  server: "irc.freenode.org", 
  nick: "bot", 
  channel: "test"
)

# Send build payload
addon.run(build_payload)

Configuration

Available options:

  • server - Server hostname or IP
  • port - Server port (defaults to 6667)
  • channel - Channel name

Testing

Execute test suite:

bundle exec rake test

License

The MIT License (MIT)

Copyright (c) 2013-2014 Dan Sosedoff, [email protected]

About

Send build notifications to an IRC channel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages