Socket
Socket
Sign inDemoInstall

curvefever-bot

Package Overview
Dependencies
78
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    curvefever-bot

A curvefever signup and match making bot for your chat channel


Version published
Weekly downloads
6
decreased by-53.85%
Maintainers
1
Install size
20.1 MB
Created
Weekly downloads
 

Readme

Source

curvefever-bot

npm status build status dependency status coverage status unstable

Curvefever-bot is a bot interface for the curvefever-stats package. You can hook this up to irc-stream (say), and use it to sign up to games on IRC, as well as having it auto-generate fair teams for you, provided you have associated the player IRC nicknames with their curvefever nicknames.

Usage

The library exposes a gu instance that you can create by just passing in the missing gu options. Then pipe your transports into it:

var curveBot = require('curvefever-bot').gu();
var ircStream = require('irc-stream')(ircServer, ircName, ircOpts);

ircStream.pipe(curveBot).pipe(ircStream);

Alternatively, change the config file directly and run npm start for IRC mode.

Commands

On IRC type curve help for help.

TODO

When there are other transport streams available, implement bin files for them.

License

MIT-Licensed. See LICENSE file for details.

Keywords

FAQs

Last updated on 11 Jul 2014

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc