From a30588111bf3ccc181d45920a6a58032dd5a1f65 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Thu, 26 May 2022 19:50:44 -0700 Subject: [PATCH] Minor config example change Signed-off-by: Alek Ratzloff --- config.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.toml b/config.example.toml index 5101d75..526988a 100644 --- a/config.example.toml +++ b/config.example.toml @@ -35,7 +35,7 @@ channels = ["#fortune_telling"] # This is useful when you don't want to comment out an entire configuration # block and instead just disable it. # default: true -enabled = true +# enabled = false # The rest of this plugin block are specific to the plugin - check the plugin's # documentation for the values you can set.