Skip to content

ktiedt/NodeJS-IRC-Bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A plugin-based IRC bot written in NodeJS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%