Go to file
reality a77c6296f1 rmconfig and small changes 2021-12-22 17:04:34 +00:00
jsbot@4e6af64655 fixes 2017-07-18 19:03:00 +00:00
modules rmconfig and small changes 2021-12-22 17:04:34 +00:00
public PART ONE #543 I THINK YES 2014-02-02 05:18:44 +00:00
views fix flashy 2016-03-04 17:18:35 +00:00
.gitignore config.json s 2014-02-20 00:56:09 +01:00
.gitmodules TRANSLATIONS FROM ROI 2013-10-29 21:39:26 +00:00
LICENCE GPL 2013-04-22 19:36:13 +00:00
README.md install must be run with bash, not sh 2013-08-31 03:15:20 +02:00
VERSION start 0.5 dev 2013-07-25 21:50:29 +00:00
config.json.sample only one connection to the database across all modules. master db driver in dbType of main config.json 2015-02-09 16:54:59 +00:00
database.js fix indentation 2015-02-09 16:56:29 +00:00
install Use vm2 instead of sandbox library 2021-08-08 15:27:05 +02:00
run.js fix save callback lack (lol) 2018-05-12 18:56:14 +01:00
snippets.js remove chancein 2013-05-17 17:04:55 +00:00
strings.json TRANSLATIONS FROM ROI 2013-10-29 21:39:26 +00:00

README.md

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:

./install

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!