Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 428 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 428 Bytes

nbot

Simple IRC bot written in JS

Dependencies

install nodejs and npm

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

    # Installs modules
    npm install

    # Start bot with first time configuration wizard:
    npm start

Autojoins channel when invited

!leavechannel to part from channel

other modular commands defined in modules.json

modules can be updated from git with !update without restarting