auscompgeek / aucgbot

:robot: auscompgeek's IRC bot written in JS
Mozilla Public License 2.0
8 stars 3 forks source link
bot irc-bot javascript

aucgbot - auscompgeek's JavaScript IRC bot

This bot is designed to be run with JSDB 1.8.0.6 or higher.

It is licensed under the Mozilla Public License v. 2.0.

aucgbot can typically be found live on freenode with the nick "seedbot".

Features

Calculator (calcbot) features

Other modules

Basic usage

run("aucgbot.js");
aucgbot.prefs[pref] = setting;
aucgbot.loadModule("helloworld");
aucgbot.start([hostname, port, nick, ident, pass, channels]...);

The above can be run from a script, not just from a jsdb prompt. I don't recommend storing passwords on disk however. Running ./start-aucgbot will prompt for modules and each server property.

License

The majority of aucgbot's codebase is licensed under the MPL. Portions of the codebase are under other licenses. See each file for more details.