Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/parthkolekar/hubot-dc

This is a DC "Adapter". While in reality, it implements most of the client protocols to make things work. It is called "Adapter" because hubot calls it that.
https://github.com/parthkolekar/hubot-dc

direct-connect hubot hubot-adapter hubot-dc

Last synced: about 2 months ago
JSON representation

This is a DC "Adapter". While in reality, it implements most of the client protocols to make things work. It is called "Adapter" because hubot calls it that.

Awesome Lists containing this project

README

        

# Hubot DC Adapter (Not Really)

## Description

This is a DC "Adapter". While in reality, it implements most of the client protocols to make things work. It is called "Adapter" because hubot calls it that.

## Configuring the Adapter

The IRC adapter requires only the following environment variables.

* `HUBOT_DC_SERVER`
* `HUBOT_DC_NICK`
* `HUBOT_DC_DESCRIPTION`

And the following are optional.

* `HUBOT_DC_SPOOF_SHARE`

### DC Server

This is the full hostname or IP address of the DC server you want your hubot to connect to. Make a note of it.

### DC Nick

This is the nick you want your hubot to join with.

## DC Description

The description that will show up in for your bot.

## 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

## Credits

Shamelessly copied from [hubot-irc](https://github.com/nandub/hubot-irc)