diff --git a/omnibot.example.exs b/omnibot.example.exs index 0ea7034..e16bd43 100644 --- a/omnibot.example.exs +++ b/omnibot.example.exs @@ -7,6 +7,7 @@ config = %Config { ssl: false, modules: [ + {Omnibot.Contrib.Linkbot, channels: :all}, {Omnibot.Contrib.Fortune, channels: ["#idleville"]}, ],