An extremely modular IRC bot written in Node.js.
If you cannot host this or don't want to use your own system, please view the Cloud9 Install Tutorial (For Beginner Users) or the OpenShift Install Tutorial (For Advanced Users) otherwise, continue on... Please note that when using the Cloud9 Method that the browser will need to be open while running the bot unless you have a paid Cloud9 account.
- Make sure you clone this repo with git and not just upload or download a zip of it. Make sure that
git pull
is executable, otherwise the update check will not work. - Open
settings.js
and configure the file. There are comments in the file that should tell you what to do. - Install Node.js. Go in a command prompt and navigate to the bot's folder.
- Run
npm install
to automatically install all of our dependencies. Make sure Node.js is updated to the latest version.
To start your bot, type node main.js
or alternatively, open run.bat
on Windows. Otherwise, to run it as daemon, run node app.js start
.
Your bot should be on the desired channel.
-
For commands, see COMMANDS.md.
-
For a tutorial on creating modules, see CreatingModules.md.
The Modular-Node.js-IRC-Bot repo operates under the MIT Standard Licesnse. For more information, visit LICENSE.txt.