Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

jsbot

reality11GPL0.3.0

It's a JS IRC library.

irc, ssl, reality, dbot

readme

JSBot

JSBot is an IRC bot library written in Node JS.

With features like multiple server support and being 'pretty good, I guess,' JSBot is designed to be the IRC bot library of the future! For an example of a large project which uses JSBot, take a look at DepressionBot.

To get started with JSBot, take a look at the 'run.js' example provided with the code, then head on over to the online documentation.

ChangeLog

0.2

  • Multiple server support.
  • Functionality for certain users to ignore listeners with certain tags.
  • Better 'event' object passed to listeners.
  • Ability to 'reply' to events.

0.1:

  • It connects to a server
  • Listeners
  • Ping/Pong
  • Some of the other functionality you'd expect, like, what do you want from me?