Add top-level channels to example config

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-08-18 16:34:28 -07:00
parent 09cb4ac752
commit a73d94376f

View File

@@ -5,6 +5,7 @@ config = %Config {
server: "chat.freenode.net", server: "chat.freenode.net",
port: 6667, port: 6667,
ssl: false, ssl: false,
channels: ["#idleville"],
plugins: [ plugins: [
# Required for operation of Omnibot. # Required for operation of Omnibot.
@@ -19,7 +20,7 @@ config = %Config {
{Omnibot.Contrib.Linkbot, channels: :all}, {Omnibot.Contrib.Linkbot, channels: :all},
# Fortune will spit out fun messages with the !fortune command - try it out! # Fortune will spit out fun messages with the !fortune command - try it out!
{Omnibot.Contrib.Fortune, channels: :all}, {Omnibot.Contrib.Fortune, channels: :all},
{Omnibot.Contrib.Wordbot, channels: ["#idleville"], ignore: ["username"]}, {Omnibot.Contrib.Wordbot, channels: :all, ignore: ["username"]},
], ],
#plugin_paths: [{"plugins", recurse: true}] #plugin_paths: [{"plugins", recurse: true}]