Socket
Socket
Sign inDemoInstall

irc-bot

Package Overview
Dependencies
14
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    irc-bot

An Open Source IRC Bot written with NodeJS


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

NodeJS IRC Bot

This is a plugin-based IRC Bot written in NodeJS and maintained by Karl Tiedt.

Prerequisites

  • NodeJS (tested under v0.8.17)

How to run

Install all dependencies of the bot using

npm install

Modify your configuration in config/config.json and start your bot with the following command:

node bot.js

Or create a new config file (e.g. test.json) in the config directory and start your bot with the following command:

node bot.js --config=test    

The bot will now attempt to connect. Raise the logLevel (see config/config.json) to see incoming/outgoing packets. We are using winston as a log framework, the log levels used right now are error, info and verbose (following the npm log levels).

*** Originally written by Michael Owens.

FAQs

Last updated on 19 Apr 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