Add TOML configuration #7
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue