Skip to content
forked from zpotoloom/nbot

Simple JS IRC bot with hot-pluggable modules.

Notifications You must be signed in to change notification settings

frogmaster/nbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nbot

nodejs IRC bot

Deps:

install nodejs and npm

https://nodejs.org/en/download/package-manager/

    # Installs modules
    npm install

    # NB! irc module is not maintained and cointains a bug related to channel modes
    # Apply the included patch after npm install

    # Patch irc module
    patch node_modules/irc/lib/irc.js irc.patch


    # Start bot with first time configuration wizard:
    npm start

About

Simple JS IRC bot with hot-pluggable modules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.3%
  • Shell 0.7%