From 15fd7bf032425976427b09660dedeb4b69e591a1 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Thu, 2 Jul 2020 17:26:14 -0700 Subject: [PATCH] Update example config Signed-off-by: Alek Ratzloff --- omnibot.example.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnibot.example.exs b/omnibot.example.exs index 6041b9d..952ad6a 100644 --- a/omnibot.example.exs +++ b/omnibot.example.exs @@ -8,7 +8,7 @@ config = %Config { modules: [ {Omnibot.Contrib.Linkbot, channels: :all}, - {Omnibot.Contrib.Fortune, channels: ["#idleville"]}, + {Omnibot.Contrib.Fortune, channels: :all}, {Omnibot.Contrib.Wordbot, channels: ["#idleville"]}, ],