Add TOML configuration #7

Merged
skeh merged 3 commits from feature/config into main 2021-04-10 04:50:16 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 51ebff1bd5 - Show all commits

View File

@ -3,6 +3,7 @@
event_poll_frequency = 0.1
[chat.FakeChat]
# A fake chat for use when testing
enabled = true
max_messages_per_chunk = 3
max_delay = 15
@ -25,7 +26,7 @@ enabled = false
# oauth_key = "oauth:somethinglikethis"
[plugin.PhraseCounter]
# # Dumps a file with the current count of mesasges containting a phrase, to be read with OBS or similar
# Dumps a file with the current count of mesasges containting a phrase, to be read with OBS or similar
enabled = false
# # The phrases to detect
# phrases = ["pog"]