Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 432 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 432 Bytes

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