2012-03-10 19:40:02 +00:00
|
|
|
# Depressionbot IRC Bot
|
|
|
|
|
|
|
|
## Introduction
|
|
|
|
|
|
|
|
Depressionbot is an IRC bot which aims to be the fanciest IRC bot around - On
|
2012-12-31 04:18:15 +00:00
|
|
|
the general standard of software fanciness, dbot is statistically rated as being
|
|
|
|
'82% the same as bathing in fine, fine grape juice.'
|
2012-03-10 19:40:02 +00:00
|
|
|
|
2012-03-10 20:15:13 +00:00
|
|
|
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 don't judge me too harshly for this as I am, in fact, mildly allergic to
|
|
|
|
writing documentation.
|
2012-03-10 20:14:47 +00:00
|
|
|
|
2012-03-10 19:40:02 +00:00
|
|
|
Requirements:
|
2012-03-10 20:10:49 +00:00
|
|
|
|
2012-03-10 20:04:03 +00:00
|
|
|
- Node JS
|
2012-07-17 14:13:30 +01:00
|
|
|
- [JSBot](http://github.com/reality/JSBot "JSBot"), a Javascript library which
|
2013-01-13 17:48:20 +01:00
|
|
|
handles the IRC protocol
|
|
|
|
- Underscore JS library
|
2012-03-10 20:04:03 +00:00
|
|
|
- Various modules have their own requirements also.
|
2012-03-10 19:40:02 +00:00
|
|
|
|
2012-12-29 23:05:16 +00:00
|
|
|
### External Modules
|
2012-07-17 14:13:30 +01:00
|
|
|
|
2012-12-29 23:05:16 +00:00
|
|
|
JSBot and externally developed modules can be imported by running the following
|
|
|
|
commands in the cloned repository:
|
2012-07-17 14:13:30 +01:00
|
|
|
|
|
|
|
git submodule init
|
|
|
|
git submodule update
|