WIP: Wordbot

Wordbot is a little more complex of a bot module and I've been working
on it here.

Other than wordbot module, a few minor tweaks have been added all around
that don't really affect anything.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-07-01 12:04:51 -07:00
parent 871b7771fe
commit 67ba7a5847
13 changed files with 332 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ config = %Config {
modules: [
{Omnibot.Contrib.Linkbot, channels: :all},
{Omnibot.Contrib.Fortune, channels: ["#idleville"]},
{Omnibot.Contrib.Wordbot, channels: ["#idleville"]},
],
#module_paths: [{"modules", recurse: true}]