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"]}, ],