JSPM

jsbot

0.3.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q34314F
  • License GPL

It's a JS IRC library.

Package Exports

  • jsbot

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jsbot) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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?