Bringing https://github.com/reality/dbot to the 21st century - again.
Go to file
2013-08-25 23:09:34 +00:00
jsbot@85725a68ae double derp 2013-08-19 16:57:19 +00:00
modules um that should do it 2013-08-25 23:09:34 +00:00
public view notifies by user [#568] 2013-08-24 17:53:16 +00:00
views counters for channels too 2013-08-24 20:55:57 +00:00
.gitignore update gitignore 2013-04-18 08:37:30 +00:00
.gitmodules remove stats from db branch 2013-06-27 22:33:44 +00:00
config.json.sample fix ctcp string 2013-07-26 17:34:37 +00:00
database.js fuck 2013-07-08 10:06:34 +00:00
install.sh fix install.sh 2013-07-25 18:18:11 +00:00
LICENCE GPL 2013-04-22 19:36:13 +00:00
README.md upgrade getting started instruction [#352] 2013-07-25 18:30:50 +00:00
run.js fucking dumbass 2013-08-25 16:13:07 +00:00
snippets.js remove chancein 2013-05-17 17:04:55 +00:00
strings.json Full set of Italian translations from gian-maria.daffre@giammi.com 2013-07-28 12:23:06 +00:00
VERSION start 0.5 dev 2013-07-25 21:50:29 +00:00

DBot IRC Bot

Introduction

DBot is an IRC bot which aims to be the fanciest IRC bot around - On the general standard of software fanciness, dbot is statistically rated as being 82% the same as bathing in fine, fine grape juice.

Please note that this documentation is not complete and is a work in progress, given I started it rather a long time after I began development of the project. Please dont judge me too harshly for this as I am, in fact, mildly allergic to writing documentation.

Getting Started

To get started with DBot, you first need to decide on a database system to use. DBot uses the databank library, and each module can be configured to use any database driver databank supports in its respective config.json file. There is currently no default database driver option.

The default for all modules is the redis driver, and you can simply install the Redis server to get going.

Once you have that set up, you can install DBots dependencies, configure and run the bot for the first time with the following command:

sh install.sh

Upgrading

If you have used a previous version of DBot, then you can migrate most data using the dbot-migrate module. Instructions on how to run this are included in the repository - remember to remove db.json after migration, otherwise the instance will be slow!