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