Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
/ hubot-irc Public archive
forked from nandub/hubot-irc

## Auto-archived due to inactivity. ## IRC adapter for Hubot

License

Notifications You must be signed in to change notification settings

DataDog/hubot-irc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hubot IRC Adapter

NOTICE: I did not created the IRC adapter, just created the NPM package. Did not intended to take over the adapter I just wanted to use the adapter sooner than later.

Description

This is the IRC adapter for hubot.

Installation

  • Add hubot-irc as a dependency in your hubot's package.json
  • Install dependencies with npm install
  • Run hubot with bin/hubot -a irc

Usage

You will need to set some environment variables to use this adapter.

Heroku

% heroku config:add HUBOT_IRC_NICK="hubot"

% heroku config:add HUBOT_IRC_ROOMS="#hubot,#hubot-irc"

% heroku config:add HUBOT_IRC_SERVER="irc.freenode.net"

Non-Heroku environment variables

% export HUBOT_IRC_NICK="hubot"

% export HUBOT_IRC_ROOMS="#hubot,#hubot-irc"

% export HUBOT_IRC_SERVER="irc.freenode.net"

Contribute

Here's the most direct way to get your work merged into the project.

  1. Fork the project
  2. Clone down your fork
  3. Create a feature branch
  4. Hack away and add tests, not necessarily in that order
  5. Make sure everything still passes by running tests
  6. If necessary, rebase your commits into logical chunks without errors
  7. Push the branch up to your fork
  8. Send a pull request for your branch

Copyright

Copyright © Fernando Ortiz. See LICENSE for details.

About

## Auto-archived due to inactivity. ## IRC adapter for Hubot

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%