Move another module to the top of the example config because it has full explanations of everything going on

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-06-03 20:45:52 -07:00
parent 6707b59a73
commit 6a18a2161c

View File

@@ -19,25 +19,6 @@ nick = "omnibot"
channels = ["#friends", "#chat"]
# A plugin block starts with [[plugins]]
[[plugins]]
# The nickserv module registers and logs in a bot upon initial connection.
module = "plugins.nickserv"
# password
# The password used to log in to this server using NickServ.
password = "my_password"
# email
# The email address to use for this server when registering with NickServ.
# default: omnibotomni.bot
# email = "omnibotomni.bot"
# nickserv
# The nickname for the nickserv user.
# default: "NickServ"
# nickserv = "NickServ"
[[plugins]]
# The module to load this plugin from. This should be a Python module.
# This is required.
@@ -61,6 +42,25 @@ channels = ["#fortune_telling"]
# A list of fortunes, or a path to a list of fortunes - one per line.
fortunes = "data/fortunes.txt"
[[plugins]]
# The nickserv module registers and logs in a bot upon initial connection.
module = "plugins.nickserv"
# password
# The password used to log in to this server using NickServ.
password = "my_password"
# email
# The email address to use for this server when registering with NickServ.
# default: omnibotomni.bot
# email = "omnibotomni.bot"
# nickserv
# The nickname for the nickserv user.
# default: "NickServ"
# nickserv = "NickServ"
[[plugins]]
# Linkbot module will fetch the title of a value at a URL.
module = "plugins.linkbot"