Alek Ratzloff 6b73cccda0 markov: Add !markov help and help_timeout config
* !markov help will display a pretty crude help message. It's funny to
  me, I dunno.
* help_timeout config option limits the number of times that `!markov
  help` is allowed to run. This is because the help message is a lot of
  lines, and it could cause problems if `!markov help` is spammed or
  abused. It can be set to 0 or less to disable.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-11-30 23:18:35 -08:00
2022-05-23 19:04:03 -07:00
2024-03-30 20:25:09 -07:00
2024-07-18 11:39:34 -07:00
2024-07-18 11:07:43 -07:00
2024-03-30 20:25:09 -07:00
2024-07-18 11:39:34 -07:00
2024-07-18 11:39:34 -07:00
2024-07-18 11:39:34 -07:00
2024-03-30 21:21:48 -07:00
2024-03-30 21:21:48 -07:00

omnibot

"Fourth time's the charm!"

This is an IRC chatbot that can be extended with plugins. Omnibot comes with a few plugins pre-packaged.

Configuring and running

Copy the config.example.toml file to config.toml and fill it out for your needs.

How do I add multiple servers?

Simply put, you don't. Run another instance of the bot with its own configuration if you want to do that.

Running

  1. Install dependencies pipenv install
  2. Run pipenv run python -m omnibot

Troubleshooting

aiohttp fails to install

pipenv run pip install "aiohttp[speedups]"

Description
No description provided
Readme 790 KiB
Languages
Python 99.7%
Dockerfile 0.3%