From e8bedc7d2a05f1163a3500e9027f56091a4c07f7 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Sat, 13 Jun 2020 21:01:23 -0400 Subject: [PATCH] Add Linkbot to the sample config Signed-off-by: Alek Ratzloff --- omnibot.example.exs | 1 + 1 file changed, 1 insertion(+) 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"]}, ],