2017-02-26 03:05:40 -06:00
2017-02-26 03:05:40 -06:00
2017-02-25 23:34:01 -06:00
2017-02-13 00:27:02 -06:00

tenquestionmarks chat bot

tenquestionmarks is an extensible, scriptable chat bot. This iteration is written in rust.

Configuration

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.

Description
No description provided
Readme 264 KiB
Languages
Rust 97.6%
Lua 2.4%