actually write somewhat of a readme
This commit is contained in:
parent
26a6b77632
commit
edef05d123
12
README.md
12
README.md
@ -1,5 +1,13 @@
|
|||||||
# tenquestionmarks chat bot
|
# tenquestionmarks chat bot
|
||||||
tenquestionmarks is an extensible, scriptable chat bot. This iteration is written in rust.
|
tenquestionmarks is an extensible, scriptable chat bot. This iteration is written in rust.
|
||||||
|
|
||||||
## Architecture
|
## Configuration
|
||||||
tenquestionmarks has two basic
|
Configuration is done in TOML. By default, tenquestionmarks looks for `tenquestionmarks.toml`.
|
||||||
|
|
||||||
|
## Modules
|
||||||
|
tenquestionmarks is a series of modules. Modules produce events and consume events.
|
||||||
|
|
||||||
|
In this particular iteration of tenquestionmarks, there are at most two threads spawned for a module: an event consumer thread and an event producer thread. However, most modules will either produce or consume, not both.
|
||||||
|
|
||||||
|
## Events
|
||||||
|
Events are things such as message, join, quit.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user