Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

hubot-pairbot

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-pairbot

Simple support for pair programming in Hubot

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

Pairbot

Build Status

A simple hubot script to support pair programming.

The initial use case is pretty specific:

As a developer pairing with another developer (my pair), both on an IRC channel, I'd like to get messages that mention me forwarded to my pair, so that I can see them.

But there might be other use cases in the future.

See src/pairbot.coffee for full documentation.

Installation

Add hubot-pairbot to your package.json file:

"dependencies": {
    "hubot-pairbot": ">=0.0.0"
}

Add hubot-pairbot to your external-scripts.json:

["hubot-pairbot"]

Run npm install hubot-pairbot

Commands

Most commands have multiple aliases and abbreviations. See the commands object src/pairbot.coffee for details.

start pairing with <pair>

Registers a pairing. Messages sent to the user will be forwarded to the pair. Note that only one pairing per user is supported.

stop pairing

Removes the pairing registation. Messages will no longer be forwarded.

list pairs

See all the current pairings known to pairbot.

clear pairs

Removes all registrations. Use with caution.

help

Quick list of available commands.

Sample Interaction

coming soon.

Keywords

hubot

FAQs

Package last updated on 17 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts