Added the configuration feature (config.h & config.c) that allow the bot reads the...
[Cbot.git] / plan
blob38dc6ba454409c46a44860688d3cecf2dfef8e05
1 PLAN:
2 ^^^^^
3 Make an IRC bot in ANSI C.
5 It must be able to access to a data-base (PostgreSQL) to read and save
6 information - quotes, actions, etc... - and should respond to a basic
7 command set.
10 --------    --------------    ----------
11 | CBot |<-->| PostgreSQL |<---| Quotes |
12 --------    --------------    ==========----
13    Î                    Î-----| Dictionary |
14    |    ------------          --------------
15    +----| Commands |
16    |    ============---
17    +--->| Config file |
18         ---------------