aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com/limnoria/limnoriabot.conf
diff options
context:
space:
mode:
Diffstat (limited to 'terminaldweller.com/limnoria/limnoriabot.conf')
-rw-r--r--terminaldweller.com/limnoria/limnoriabot.conf5361
1 files changed, 5361 insertions, 0 deletions
diff --git a/terminaldweller.com/limnoria/limnoriabot.conf b/terminaldweller.com/limnoria/limnoriabot.conf
new file mode 100644
index 0000000..cdd65ce
--- /dev/null
+++ b/terminaldweller.com/limnoria/limnoriabot.conf
@@ -0,0 +1,5361 @@
+
+######
+# Although it is technically possible to do so, we do not recommend that
+# you edit this file with a text editor.
+# Whenever possible, do it on IRC using the Config plugin, which
+# checks values you set are valid before writing them to the
+# configuration.
+# Moreover, if you edit this file while the bot is running, your
+# changes may be lost.
+######
+
+
+###
+# Determines whether the bot will defend itself against command-
+# flooding.
+#
+# Default value: True
+###
+supybot.abuse.flood.command: True
+
+###
+# Determines whether the bot will defend itself against invalid command-
+# flooding.
+#
+# Default value: True
+###
+supybot.abuse.flood.command.invalid: True
+
+###
+# Determines how many invalid commands users are allowed per minute. If
+# a user sends more than this many invalid commands in any 60 second
+# period, they will be ignored for
+# supybot.abuse.flood.command.invalid.punishment seconds. Typically,
+# this value is lower than supybot.abuse.flood.command.maximum, since
+# it's far less likely (and far more annoying) for users to flood with
+# invalid commands than for them to flood with valid commands.
+#
+# Default value: 5
+###
+supybot.abuse.flood.command.invalid.maximum: 5
+
+###
+# Determines whether the bot will notify people that they're being
+# ignored for invalid command flooding.
+#
+# Default value: True
+###
+supybot.abuse.flood.command.invalid.notify: True
+
+###
+# Determines how many seconds the bot will ignore users who flood it
+# with invalid commands. Typically, this value is higher than
+# supybot.abuse.flood.command.punishment, since it's far less likely
+# (and far more annoying) for users to flood with invalid commands than
+# for them to flood with valid commands.
+#
+# Default value: 600
+###
+supybot.abuse.flood.command.invalid.punishment: 600
+
+###
+# Determines how many commands users are allowed per minute. If a user
+# sends more than this many commands in any 60 second period, they will
+# be ignored for supybot.abuse.flood.command.punishment seconds.
+#
+# Default value: 12
+###
+supybot.abuse.flood.command.maximum: 1200
+
+###
+# Determines whether the bot will notify people that they're being
+# ignored for command flooding.
+#
+# Default value: True
+###
+supybot.abuse.flood.command.notify: True
+
+###
+# Determines how many seconds the bot will ignore users who flood it
+# with commands.
+#
+# Default value: 300
+###
+supybot.abuse.flood.command.punishment: 300
+
+###
+# Determines the interval used for the history storage.
+#
+# Default value: 60
+###
+supybot.abuse.flood.interval: 60
+
+###
+# Determines whether the bot will always join a channel when it's
+# invited. If this value is False, the bot will only join a channel if
+# the user inviting it has the 'admin' capability (or if it's explicitly
+# told to join the channel using the Admin.join command).
+#
+# Default value: False
+###
+supybot.alwaysJoinOnInvite: False
+
+###
+# These are the capabilities that are given to everyone by default. If
+# they are normal capabilities, then the user will have to have the
+# appropriate anti-capability if you want to override these
+# capabilities; if they are anti-capabilities, then the user will have
+# to have the actual capability to override these capabilities. See
+# docs/CAPABILITIES if you don't understand why these default to what
+# they do.
+#
+# Default value: -admin -aka.add -aka.remove -aka.set -alias.add -alias.remove -owner -scheduler.add -scheduler.remove -scheduler.repeat -trusted
+###
+supybot.capabilities: -admin -aka.add -aka.remove -aka.set -alias.add -alias.remove -owner -scheduler.add -scheduler.remove -scheduler.repeat -trusted
+
+###
+# Determines whether the bot by default will allow users to have a
+# capability. If this is disabled, a user must explicitly have the
+# capability for whatever command they wish to run. To set this in a
+# channel-specific way, use the 'channel capability setdefault' command.
+#
+# Default value: True
+###
+supybot.capabilities.default: True
+
+###
+# Determines what capabilities the bot will never tell to a non-admin
+# whether or not a user has them.
+#
+# Default value:
+###
+supybot.capabilities.private:
+
+###
+# These are the capabilities that are given to every authenticated user
+# by default. You probably want to use supybot.capabilities instead, to
+# give these capabilities both to registered and non-registered users.
+#
+# Default value:
+###
+supybot.capabilities.registeredUsers:
+
+###
+# Allows this bot's owner user to use commands that grants them shell
+# access. This config variable exists in case you want to prevent MITM
+# from the IRC network itself (vulnerable IRCd or IRCops) from gaining
+# shell access to the bot's server by impersonating the owner. Setting
+# this to False also disables plugins and commands that can be used to
+# indirectly gain shell access.
+#
+# Default value: True
+###
+supybot.commands.allowShell: True
+
+###
+# Determines what commands have default plugins set, and which plugins
+# are set to be the default for each of those commands.
+###
+supybot.commands.defaultPlugins.addcapability: Admin
+supybot.commands.defaultPlugins.capabilities: User
+supybot.commands.defaultPlugins.disable: Owner
+supybot.commands.defaultPlugins.enable: Owner
+supybot.commands.defaultPlugins.help: Misc
+supybot.commands.defaultPlugins.ignore: Admin
+
+###
+# Determines what plugins automatically get precedence over all other
+# plugins when selecting a default plugin for a command. By default,
+# this includes the standard loaded plugins. You probably shouldn't
+# change this if you don't know what you're doing; if you do know what
+# you're doing, then also know that this set is case-sensitive.
+#
+# Default value: Admin Channel Config Misc Owner User
+###
+supybot.commands.defaultPlugins.importantPlugins: Admin Channel Config Misc Owner User
+supybot.commands.defaultPlugins.list: Misc
+supybot.commands.defaultPlugins.reload: Owner
+supybot.commands.defaultPlugins.removecapability: Admin
+supybot.commands.defaultPlugins.unignore: Admin
+
+###
+# Determines what commands are currently disabled. Such commands will
+# not appear in command lists, etc. They will appear not even to exist.
+#
+# Default value:
+###
+supybot.commands.disabled:
+
+###
+# Determines whether the bot will allow nested commands, which rule. You
+# definitely should keep this on.
+#
+# Default value: True
+###
+supybot.commands.nested: True
+
+###
+# Supybot allows you to specify what brackets are used for your nested
+# commands. Valid sets of brackets include [], <>, {}, and (). [] has
+# strong historical motivation, but <> or () might be slightly superior
+# because they cannot occur in a nick. If this string is empty, nested
+# commands will not be allowed in this channel.
+#
+# Default value: []
+###
+supybot.commands.nested.brackets: []
+
+###
+# Determines what the maximum number of nested commands will be; users
+# will receive an error if they attempt commands more nested than this.
+#
+# Default value: 10
+###
+supybot.commands.nested.maximum: 10
+
+###
+# Supybot allows nested commands. Enabling this option will allow nested
+# commands with a syntax similar to UNIX pipes, for example: 'bot: foo |
+# bar'.
+#
+# Default value: False
+###
+supybot.commands.nested.pipeSyntax: False
+
+###
+# Determines what characters are valid for quoting arguments to commands
+# in order to prevent them from being tokenized.
+#
+# Default value: "
+###
+supybot.commands.quotes: "
+
+###
+# Determines what databases are available for use. If this value is not
+# configured (that is, if its value is empty) then sane defaults will be
+# provided.
+#
+# Default value: sqlite3 anydbm dbm cdb flat pickle
+###
+supybot.databases: sqlite3 anydbm dbm cdb flat pickle
+
+###
+# Determines what filename will be used for the channels database. This
+# file will go into the directory specified by the
+# supybot.directories.conf variable.
+#
+# Default value: channels.conf
+###
+supybot.databases.channels.filename: channels.conf
+
+###
+# Determines what filename will be used for the ignores database. This
+# file will go into the directory specified by the
+# supybot.directories.conf variable.
+#
+# Default value: ignores.conf
+###
+supybot.databases.ignores.filename: ignores.conf
+
+###
+# Determines what filename will be used for the networks database. This
+# file will go into the directory specified by the
+# supybot.directories.conf variable.
+#
+# Default value: networks.conf
+###
+supybot.databases.networks.filename: networks.conf
+
+###
+# Determines whether database-based plugins that can be channel-specific
+# will be so. This can be overridden by individual channels. Do note
+# that the bot needs to be restarted immediately after changing this
+# variable or your db plugins may not work for your channel; also note
+# that you may wish to set
+# supybot.databases.plugins.channelSpecific.link appropriately if you
+# wish to share a certain channel's databases globally.
+#
+# Default value: True
+###
+supybot.databases.plugins.channelSpecific: True
+
+###
+# Determines what channel global (non-channel-specific) databases will
+# be considered a part of. This is helpful if you've been running
+# channel-specific for awhile and want to turn the databases for your
+# primary channel into global databases. If
+# supybot.databases.plugins.channelSpecific.link.allow prevents linking,
+# the current channel will be used. Do note that the bot needs to be
+# restarted immediately after changing this variable or your db plugins
+# may not work for your channel.
+#
+# Default value: #
+###
+supybot.databases.plugins.channelSpecific.link: #
+
+###
+# Determines whether another channel's global (non-channel-specific)
+# databases will be allowed to link to this channel's databases. Do note
+# that the bot needs to be restarted immediately after changing this
+# variable or your db plugins may not work for your channel.
+#
+# Default value: True
+###
+supybot.databases.plugins.channelSpecific.link.allow: True
+
+###
+# Determines whether the bot will require user registration to use 'add'
+# commands in database-based Supybot plugins.
+#
+# Default value: True
+###
+supybot.databases.plugins.requireRegistration: True
+
+###
+# Determines whether CDB databases will be allowed as a database
+# implementation.
+#
+# Default value: True
+###
+supybot.databases.types.cdb: True
+
+###
+# Determines how often CDB databases will have their modifications
+# flushed to disk. When the number of modified records is greater than
+# this fraction of the total number of records, the database will be
+# entirely flushed to disk.
+#
+# Default value: 0.5
+###
+supybot.databases.types.cdb.maximumModifications: 0.5
+
+###
+# Determines whether the bot will allow users to unregister their users.
+# This can wreak havoc with already-existing databases, so by default we
+# don't allow it. Enable this at your own risk. (Do also note that this
+# does not prevent the owner of the bot from using the unregister
+# command.)
+#
+# Default value: False
+###
+supybot.databases.users.allowUnregistration: False
+
+###
+# Determines what filename will be used for the users database. This
+# file will go into the directory specified by the
+# supybot.directories.conf variable.
+#
+# Default value: users.conf
+###
+supybot.databases.users.filename: users.conf
+
+###
+# Determines how long it takes identification to time out. If the value
+# is less than or equal to zero, identification never times out.
+#
+# Default value: 0
+###
+supybot.databases.users.timeoutIdentification: 0
+
+###
+# Determines whether the bot will automatically flush all flushers
+# *very* often. Useful for debugging when you don't know what's breaking
+# or when, but think that it might be logged.
+#
+# Default value: False
+###
+supybot.debug.flushVeryOften: False
+
+###
+# Determines whether the bot will automatically thread all commands.
+#
+# Default value: False
+###
+supybot.debug.threadAllCommands: False
+
+###
+# Determines whether the bot will ignore unidentified users by default.
+# Of course, that'll make it particularly hard for those users to
+# register or identify with the bot without adding their hostmasks, but
+# that's your problem to solve.
+#
+# Default value: False
+###
+supybot.defaultIgnore: False
+
+###
+# Determines what the default timeout for socket objects will be. This
+# means that *all* sockets will timeout when this many seconds has gone
+# by (unless otherwise modified by the author of the code that uses the
+# sockets).
+#
+# Default value: 10
+###
+supybot.defaultSocketTimeout: 10
+
+###
+# Determines what directory backup data is put into. Set it to /dev/null
+# to disable backup (it is a special value, so it also works on Windows
+# and systems without /dev/null).
+#
+# Default value: backup
+###
+supybot.directories.backup: /config/backup
+
+###
+# Determines what directory configuration data is put into.
+#
+# Default value: conf
+###
+supybot.directories.conf: /config/conf
+
+###
+# Determines what directory data is put into.
+#
+# Default value: data
+###
+supybot.directories.data: /config/data
+
+###
+# Determines what directory temporary files are put into.
+#
+# Default value: tmp
+###
+supybot.directories.data.tmp: /config/data/tmp
+
+###
+# Determines what directory files of the web server (templates, custom
+# images, ...) are put into.
+#
+# Default value: web
+###
+supybot.directories.data.web: /config/data/web
+
+###
+# Determines what directory the bot will store its logfiles in.
+#
+# Default value: logs
+###
+supybot.directories.log: /config/logs
+
+###
+# Determines what directories the bot will look for plugins in. Accepts
+# a comma-separated list of strings. This means that to add another
+# directory, you can nest the former value and add a new one. E.g. you
+# can say: bot: 'config supybot.directories.plugins [config
+# supybot.directories.plugins], newPluginDirectory'.
+#
+# Default value:
+###
+supybot.directories.plugins: /config/plugins
+
+###
+# Determines the maximum time the bot will wait before attempting to
+# reconnect to an IRC server. The bot may, of course, reconnect earlier
+# if possible.
+#
+# Default value: 300.0
+###
+supybot.drivers.maxReconnectWait: 300.0
+
+###
+# Determines the minimum time the bot will wait before attempting to
+# reconnect to an IRC server.
+#
+# Default value: 10.0
+###
+supybot.drivers.minReconnectWait: 10.0
+
+###
+# Determines what driver module the bot will use. Current, the only (and
+# default) driver is Socket.
+#
+# Default value: default
+###
+supybot.drivers.module: default
+
+###
+# Determines the default length of time a driver should block waiting
+# for input.
+#
+# Default value: 1.0
+###
+supybot.drivers.poll: 1.0
+
+###
+# A string that is the external IP of the bot. If this is the empty
+# string, the bot will attempt to find out its IP dynamically (though
+# sometimes that doesn't work, hence this variable). This variable is
+# not used by Limnoria and its built-in plugins: see
+# supybot.protocols.irc.vhost / supybot.protocols.irc.vhostv6 to set the
+# IRC bind host, and supybot.servers.http.hosts4 /
+# supybot.servers.http.hosts6 to set the HTTP server bind host.
+#
+# Default value:
+###
+supybot.externalIP:
+
+###
+# Determines whether the bot will periodically flush data and
+# configuration files to disk. Generally, the only time you'll want to
+# set this to False is when you want to modify those configuration files
+# by hand and don't want the bot to flush its current version over your
+# modifications. Do note that if you change this to False inside the
+# bot, your changes won't be flushed. To make this change permanent, you
+# must edit the registry yourself.
+#
+# Default value: True
+###
+supybot.flush: True
+
+###
+# Determines whether the bot will unidentify someone when that person
+# changes their nick. Setting this to True will cause the bot to track
+# such changes. It defaults to False for a little greater security.
+#
+# Default value: False
+###
+supybot.followIdentificationThroughNickChanges: False
+
+###
+# Determines the bot's ident string, if the server doesn't provide one
+# by default.
+#
+# Default value: limnoria
+###
+supybot.ident: limnoria
+
+###
+# Determines the bot's default language if translations exist. Currently
+# supported are: de, en, es, fi, fr, it
+#
+# Default value: en
+###
+supybot.language: en
+
+###
+# Determines what the bot's logging format will be. The relevant
+# documentation on the available formattings is Python's documentation
+# on its logging module.
+#
+# Default value: %(levelname)s %(asctime)s %(name)s %(message)s
+###
+supybot.log.format: %(levelname)s %(asctime)s %(name)s %(message)s
+
+###
+# Determines what the minimum priority level logged to file will be. Do
+# note that this value does not affect the level logged to stdout; for
+# that, you should set the value of supybot.log.stdout.level. Valid
+# values are DEBUG, INFO, WARNING, ERROR, and CRITICAL, in order of
+# increasing priority.
+#
+# Default value: INFO
+###
+supybot.log.level: INFO
+
+###
+# Determines what the bot's logging format will be. The relevant
+# documentation on the available formattings is Python's documentation
+# on its logging module.
+#
+# Default value: %(levelname)s %(asctime)s %(message)s
+###
+supybot.log.plugins.format: %(levelname)s %(asctime)s %(message)s
+
+###
+# Determines whether the bot will separate plugin logs into their own
+# individual logfiles.
+#
+# Default value: False
+###
+supybot.log.plugins.individualLogfiles: False
+
+###
+# Determines whether the bot will log to stdout.
+#
+# Default value: True
+###
+supybot.log.stdout: True
+
+###
+# Determines whether the bot's logs to stdout (if enabled) will be
+# colorized with ANSI color.
+#
+# Default value: False
+###
+supybot.log.stdout.colorized: False
+
+###
+# Determines what the bot's logging format will be. The relevant
+# documentation on the available formattings is Python's documentation
+# on its logging module.
+#
+# Default value: %(levelname)s %(asctime)s %(message)s
+###
+supybot.log.stdout.format: %(levelname)s %(asctime)s %(message)s
+
+###
+# Determines what the minimum priority level logged will be. Valid
+# values are DEBUG, INFO, WARNING, ERROR, and CRITICAL, in order of
+# increasing priority.
+#
+# Default value: INFO
+###
+supybot.log.stdout.level: INFO
+
+###
+# Determines whether the bot will wrap its logs when they're output to
+# stdout.
+#
+# Default value: False
+###
+supybot.log.stdout.wrap: False
+
+###
+# Determines the format string for timestamps in logfiles. Refer to the
+# Python documentation for the time module to see what formats are
+# accepted. If you set this variable to the empty string, times will be
+# logged in a simple seconds-since-epoch format.
+#
+# Default value: %Y-%m-%dT%H:%M:%S
+###
+supybot.log.timestampFormat: %Y-%m-%dT%H:%M:%S
+
+###
+# Determines what networks the bot will connect to.
+#
+# Default value:
+###
+supybot.networks: devinet
+
+###
+# Determines what certificate file (if any) the bot will use to connect
+# with SSL sockets to devinet.
+#
+# Default value:
+###
+supybot.networks.devinet.certfile:
+
+###
+# Space-separated list of channels the bot will join only on devinet.
+#
+# Default value:
+###
+supybot.networks.devinet.channels: #limnoriabot #matrix_devi_netdata_notifs #rss #rss_security
+
+###
+# Determines what key (if any) will be used to join the channel.
+#
+# Default value:
+###
+supybot.networks.devinet.channels.key:
+
+###
+# Determines the bot's ident string, if the server doesn't provide one
+# by default. If empty, defaults to supybot.ident.
+#
+# Default value:
+###
+supybot.networks.devinet.ident:
+
+###
+# Determines what nick the bot will use on this network. If empty,
+# defaults to supybot.nick.
+#
+# Default value:
+###
+supybot.networks.devinet.nick: limnoria
+
+###
+# Determines what password will be used on devinet. Yes, we know that
+# technically passwords are server-specific and not network-specific,
+# but this is the best we can do right now.
+#
+# Default value:
+###
+supybot.networks.devinet.password:
+
+###
+# Deprecated config value, keep it to False.
+#
+# Default value: False
+###
+supybot.networks.devinet.requireStarttls: False
+
+###
+# Determines what SASL ECDSA key (if any) will be used on devinet. The
+# public key must be registered with NickServ for SASL ECDSA-
+# NIST256P-CHALLENGE to work.
+#
+# Default value:
+###
+supybot.networks.devinet.sasl.ecdsa_key:
+
+###
+# Determines what SASL mechanisms will be tried and in which order.
+#
+# Default value: scram-sha-256 external ecdsa-nist256p-challenge plain
+###
+supybot.networks.devinet.sasl.mechanisms: scram-sha-256 external ecdsa-nist256p-challenge plain
+
+###
+# Determines what SASL password will be used on devinet.
+#
+# Default value:
+###
+supybot.networks.devinet.sasl.password: p@ssw0rd # pragma: allowlist secret
+
+###
+# Determines whether the bot will abort the connection if the none of
+# the enabled SASL mechanism succeeded.
+#
+# Default value: False
+###
+supybot.networks.devinet.sasl.required: False
+
+###
+# Determines what SASL username will be used on devinet. This should be
+# the bot's account name.
+#
+# Default value:
+###
+supybot.networks.devinet.sasl.username: limnoriabot
+
+###
+# Space-separated list of servers the bot will connect to for devinet.
+# Each will be tried in order, wrapping back to the first when the cycle
+# is completed.
+#
+# Default value:
+###
+supybot.networks.devinet.servers: irc.terminaldweller.com:6697
+
+###
+# If not empty, determines the hostname:port of the socks proxy that
+# will be used to connect to this network.
+#
+# Default value:
+###
+supybot.networks.devinet.socksproxy:
+
+###
+# Determines whether the bot will attempt to connect with SSL sockets to
+# devinet.
+#
+# Default value: True
+###
+supybot.networks.devinet.ssl: True
+
+###
+# A certificate that is trusted to verify certificates of this network
+# (aka. Certificate Authority).
+#
+# Default value:
+###
+supybot.networks.devinet.ssl.authorityCertificate:
+
+###
+# Space-separated list of fingerprints of trusted certificates for this
+# network. Supported hash algorithms are: md5, sha1, sha224, sha256,
+# sha384, and sha512. If non-empty, Certification Authority signatures
+# will not be used to verify certificates.
+#
+# Default value:
+###
+supybot.networks.devinet.ssl.serverFingerprints:
+
+###
+# Determines what user modes the bot will request from the server when
+# it first connects. If empty, defaults to supybot.protocols.irc.umodes
+#
+# Default value:
+###
+supybot.networks.devinet.umodes:
+
+###
+# Determines the real name which the bot sends to the server. If empty,
+# defaults to supybot.user
+#
+# Default value:
+###
+supybot.networks.devinet.user:
+
+###
+# Determines the bot's default nick.
+#
+# Default value: supybot
+###
+supybot.nick: limnoriabot
+
+###
+# Determines what alternative nicks will be used if the primary nick
+# (supybot.nick) isn't available. A %s in this nick is replaced by the
+# value of supybot.nick when used. If no alternates are given, or if all
+# are used, the supybot.nick will be perturbed appropriately until an
+# unused nick is found.
+#
+# Default value: %s` %s_
+###
+supybot.nick.alternates: %s` %s_
+
+###
+# Determines what file the bot should write its PID (Process ID) to, so
+# you can kill it more easily. If it's left unset (as is the default)
+# then no PID file will be written. A restart is required for changes to
+# this variable to take effect.
+#
+# Default value:
+###
+supybot.pidFile:
+
+###
+# List of all plugins that were ever loaded. Currently has no effect
+# whatsoever. You probably want to use the 'load' or 'unload' commands,
+# or edit supybot.plugins.<pluginname> instead of this.
+#
+# Default value:
+###
+supybot.plugins: Admin AutoMode Channel ChatGPT Config DDG Fediverse Math MessageParser Misc Network NickAuth Owner Plugin PluginDownloader RSS ShrinkUrl User Utilities
+
+###
+# Determines whether this plugin is loaded by default.
+###
+supybot.plugins.Admin: True
+
+###
+# Determines whether this plugin is publicly visible.
+#
+# Default value: True
+###
+supybot.plugins.Admin.public: True
+
+###
+# Determines whether this plugin is loaded by default.
+###
+supybot.plugins.AutoMode: True
+
+###
+# Determines whether the bot will check for 'alternative capabilities'
+# (ie. autoop, autohalfop, autovoice) in addition to/instead of classic
+# ones.
+#
+# Default value: True
+###
+supybot.plugins.AutoMode.alternativeCapabilities: True
+
+###
+# Determines whether the bot will automatically ban people who join the
+# channel and are on the banlist.
+#
+# Default value: True
+###
+supybot.plugins.AutoMode.ban: True
+
+###
+# Determines how many seconds the bot will automatically ban a person
+# when banning.
+#
+# Default value: 86400
+###
+supybot.plugins.AutoMode.ban.period: 86400
+
+###
+# Determines how many seconds the bot will wait before applying a mode.
+# Has no effect on bans.
+#
+# Default value: 0
+###
+supybot.plugins.AutoMode.delay: 0
+
+###
+# Determines whether this plugin is enabled.
+#
+# Default value: True
+###
+supybot.plugins.AutoMode.enable: True
+
+###
+# Extra modes that will be applied to a user. Example syntax: user1+o-v
+# user2+v user3-v
+#
+# Default value:
+###
+supybot.plugins.AutoMode.extra:
+
+###
+# Determines whether the bot will "fall through" to halfop/voicing when
+# auto-opping is turned off but auto-halfopping/voicing are turned on.
+#
+# Default value: True
+###
+supybot.plugins.AutoMode.fallthrough: True
+
+###
+# Determines whether the bot will automatically halfop people with the
+# <channel>,halfop capability when they join the channel.
+#
+# Default value: False
+###
+supybot.plugins.AutoMode.halfop: False
+
+###
+# Determines whether the bot will automatically op people with the
+# <channel>,op capability when they join the channel.
+#
+# Default value: False
+###
+supybot.plugins.AutoMode.op: False
+
+###
+# Determines whether this plugin will automode owners even if they don't
+# have op/halfop/voice/whatever capability.
+#
+# Default value: False
+###
+supybot.plugins.AutoMode.owner: False
+
+###
+# Determines whether this plugin is publicly visible.
+#
+# Default value: True
+###
+supybot.plugins.AutoMode.public: True
+
+###
+# Determines whether the bot will automatically voice people with the
+# <channel>,voice capability when they join the channel.
+#
+# Default value: False
+###
+supybot.plugins.AutoMode.voice: False
+
+###
+# Determines whether this plugin is loaded by default.
+###
+supybot.plugins.Channel: True
+
+###
+# Determines whether the bot will always try to rejoin a channel
+# whenever it's kicked from the channel.
+#
+# Default value: True
+###
+supybot.plugins.Channel.alwaysRejoin: True
+
+###
+# Determines whether the output of 'nicks' will be sent in private. This
+# prevents mass-highlights of a channel's users, accidental or on
+# purpose.
+#
+# Default value: True
+###
+supybot.plugins.Channel.nicksInPrivate: True
+
+###
+# Determines what part message should be used by default. If the part
+# command is called without a part message, this will be used. If this
+# value is empty, then no part message will be used (they are optional
+# in the IRC protocol). The standard substitutions ($version, $nick,
+# etc.) are all handled appropriately.
+#
+# Default value: Limnoria $version
+###
+supybot.plugins.Channel.partMsg: Limnoria $version
+
+###
+# Determines whether this plugin is publicly visible.
+#
+# Default value: True
+###
+supybot.plugins.Channel.public: True
+
+###
+# Determines how many seconds the bot will wait before rejoining a
+# channel if kicked and supybot.plugins.Channel.alwaysRejoin is on.
+#
+# Default value: 0
+###
+supybot.plugins.Channel.rejoinDelay: 0
+
+###
+# Determines whether this plugin is loaded by default.
+###
+supybot.plugins.ChatGPT: True
+
+###
+# Your OpenAI API Key (required)
+#
+# Default value:
+###
+supybot.plugins.ChatGPT.api_key:
+
+###
+# Number between -2.0 and 2.0. Positive values penalize new tokens based
+# on their existing frequency in the text so far, decreasing the model's
+# likelihood to repeat the same line verbatim.
+#
+# Default value: 0.0
+###
+supybot.plugins.ChatGPT.frequency_penalty: 0.0
+
+###
+# The maximum number of tokens to generate in the chat completion. The
+# total length of input tokens and generated tokens is limited by the
+# model's context length.
+#
+# Default value: 200
+###
+supybot.plugins.ChatGPT.max_tokens: 1000
+
+###
+# OpenAI endpoint model, default: "gpt-3.5-turbo"
+#
+# Default value: gpt-3.5-turbo
+###
+supybot.plugins.ChatGPT.model: gpt-3.5-turbo
+
+###
+# Prefix nick on replies true/false...
+#
+# Default value: True
+###
+supybot.plugins.ChatGPT.nick_prefix: True
+
+###
+# Number between -2.0 and 2.0. Positive values penalize new tokens based
+# on whether they appear in the text so far, increasing the model's
+# likelihood to talk about new topics.
+#
+# Default value: 0.0
+###
+supybot.plugins.ChatGPT.presence_penalty: 0.0
+
+###
+# The prompt defining your bot's personality.
+#
+# Default value: You are $botnick the IRC bot. Be brief, helpful
+###
+supybot.plugins.ChatGPT.prompt: You are $botnick the IRC bot. Be brief, helpful
+
+###
+# Determines whether this plugin is publicly visible.
+#
+# Default value: True
+###
+supybot.plugins.ChatGPT.public: True
+
+###
+# Get spammy and enable line per line reply...
+#
+# Default value: False
+###
+supybot.plugins.ChatGPT.reply_intact: True
+
+###
+# What sampling temperature to use, between 0 and 2. Higher values like
+# 0.8 will make the output more random, while lower values like 0.2 will
+# make it more focused and deterministic. We generally recommend
+# altering this or top_p but not both.
+#
+# Default value: 1.0
+###
+supybot.plugins.ChatGPT.temperature: 1.0
+
+###
+# An alternative to sampling with temperature, called nucleus sampling,
+# where the model considers the results of the tokens with top_p
+# probability mass. So 0.1 means only the tokens comprising the top 10%
+# probability mass are considered. We generally recommend altering this
+# or temperature but not both.
+#
+# Default value: 1.0
+###
+supybot.plugins.ChatGPT.top_p: 1.0
+
+###
+# Determines whether this plugin is loaded by default.
+###
+supybot.plugins.Config: True
+
+###
+# Determines whether this plugin is publicly visible.
+#
+# Default value: True
+###
+supybot.plugins.Config.public: True
+
+###
+# Determines whether this plugin is loaded by default.
+###
+supybot.plugins.DDG: True
+
+###
+# Determines the maximum number of results the bot will respond with.
+#
+# Default value: 4
+###
+supybot.plugins.DDG.maxResults: 4
+
+###
+# Determines whether this plugin is publicly visible.
+#
+# Default value: True
+###
+supybot.plugins.DDG.public: True
+
+###
+# Set the DDG search region to return results for the language/country
+# of your choice. E.g. 'us-en' for United States.
+# https://duckduckgo.com/params
+#
+# Default value:
+###
+supybot.plugins.DDG.region:
+
+###
+# Determines what level of search filtering to use by default. 'active'
+# - most filtering, 'moderate' - default filtering, 'off' - no filtering
+#
+# Default value: moderate
+###
+supybot.plugins.DDG.searchFilter: moderate
+
+###
+# Determines whether the bot will show a snippet of each resulting link.
+# If False, it will show the title of the link instead.
+#
+# Default value: True
+###
+supybot.plugins.DDG.showSnippet: True
+
+###
+# Determines whether this plugin is loaded by default.
+###
+supybot.plugins.Fediverse: True
+
+###
+# Determines whether the content of a status will be shown when the
+# status has a Content Warning.
+#
+# Default value: True
+###
+supybot.plugins.Fediverse.format.statuses.showContentWithCW: True
+
+###
+# Determines whether this plugin is publicly visible.
+#
+# Default value: True
+###
+supybot.plugins.Fediverse.public: True
+
+###
+# Determines whether the bot will output the profile of URLs to
+# Fediverse accounts it sees in channel messages.
+#
+# Default value: False
+###
+supybot.plugins.Fediverse.snarfers.profile: False
+
+###
+# Determines whether the bot will output the content of statuses whose
+# URLs it sees in channel messages.
+#
+# Default value: False
+###
+supybot.plugins.Fediverse.snarfers.status: False
+
+###
+# Determines whether the bot will output the profile of
+# @username@hostname accounts it sees in channel messages.
+#
+# Default value: False
+###
+supybot.plugins.Fediverse.snarfers.username: False
+
+###
+# Determines whether this plugin is loaded by default.
+###
+supybot.plugins.Math: True
+
+###
+# Determines whether this plugin is publicly visible.
+#
+# Default value: True
+###
+supybot.plugins.Math.public: True
+
+###
+# Determines whether this plugin is loaded by default.
+###
+supybot.plugins.MessageParser: True
+
+###
+# Determines whether the message parser is enabled. If enabled, will
+# trigger on regexps added to the regexp db.
+#
+# Default value: True
+###
+supybot.plugins.MessageParser.enable: True
+
+###
+# Determines whether the message parser is enabled for NOTICE messages
+# too.
+#
+# Default value: False
+###
+supybot.plugins.MessageParser.enableForNotices: False
+
+###
+# Determines whether we keep updating the usage count for each regexp,
+# for popularity ranking.
+#
+# Default value: True
+###
+supybot.plugins.MessageParser.keepRankInfo: True
+
+###
+# Determines the separator used between regexps when shown by the list
+# command.
+#
+# Default value: ,
+###
+supybot.plugins.MessageParser.listSeparator: ,
+
+###
+# Determines the maximum number of triggers in one message. Set this to
+# 0 to allow an infinite number of triggers.
+#
+# Default value: 0
+###
+supybot.plugins.MessageParser.maxTriggers: 0
+
+###
+# Determines whether this plugin is publicly visible.
+#
+# Default value: True
+###
+supybot.plugins.MessageParser.public: True
+
+###
+# Determines the number of regexps returned by the triggerrank command.
+#
+# Default value: 20
+###
+supybot.plugins.MessageParser.rankListLength: 20
+
+###
+# Determines the capabilities required (if any) to manage the regexp
+# database, including add, remove, lock, unlock. Use 'channel,capab' for
+# channel-level capabilities. Note that absence of an explicit
+# anticapability means user has capability.
+#
+# Default value: admin; channel,op
+###
+supybot.plugins.MessageParser.requireManageCapability: admin; channel,op
+
+###
+# Determines the capability required (if any) to vacuum the database.
+#
+# Default value: admin
+###
+supybot.plugins.MessageParser.requireVacuumCapability: admin
+
+###
+# Determines whether this plugin is loaded by default.
+###
+supybot.plugins.Misc: True
+
+###
+# Sets a custom help string, displayed when the 'help' command is called
+# without arguments.
+#
+# Default value:
+###
+supybot.plugins.Misc.customHelpString:
+
+###
+# Determines whether or not the nick will be included in the output of
+# last when it is part of a nested command
+#
+# Default value: False
+###
+supybot.plugins.Misc.last.nested.includeNick: False
+
+###
+# Determines whether or not the timestamp will be included in the output
+# of last when it is part of a nested command
+#
+# Default value: False
+###
+supybot.plugins.Misc.last.nested.includeTimestamp: False
+
+###
+# Determines whether the bot will list private plugins with the list
+# command if given the --private switch. If this is disabled, non-owner
+# users should be unable to see what private plugins are loaded.
+#
+# Default value: False
+###
+supybot.plugins.Misc.listPrivatePlugins: False
+
+###
+# Determines whether the bot will list unloaded plugins with the list
+# command if given the --unloaded switch. If this is disabled, non-owner
+# users should be unable to see what unloaded plugins are available.
+#
+# Default value: False
+###
+supybot.plugins.Misc.listUnloadedPlugins: False
+
+###
+# Determines how many messages the bot will issue when using the 'more'
+# command.
+#
+# Default value: 1
+###
+supybot.plugins.Misc.mores: 1
+
+###
+# Determines whether this plugin is publicly visible.
+#
+# Default value: True
+###
+supybot.plugins.Misc.public: True
+
+###
+# Determines the format string for timestamps in the Misc.last command.
+# Refer to the Python documentation for the time module to see what
+# formats are accepted. If you set this variable to the empty string,
+# the timestamp will not be shown.
+#
+# Default value: [%H:%M:%S]
+###
+supybot.plugins.Misc.timestampFormat: [%H:%M:%S]
+
+###
+# Determines whether this plugin is loaded by default.
+###
+supybot.plugins.Network: True
+
+###
+# Determines whether this plugin is publicly visible.
+#
+# Default value: True
+###
+supybot.plugins.Network.public: True
+
+###
+# Determines whether this plugin is loaded by default.
+###
+supybot.plugins.NickAuth: True
+
+###
+# Determines whether this plugin is publicly visible.
+#
+# Default value: True
+###
+supybot.plugins.NickAuth.public: True
+
+###
+# Determines whether this plugin is loaded by default.
+###
+supybot.plugins.Owner: True
+
+###
+# Determines the format of messages sent by the 'announce' command.
+# $owner may be used for the username of the owner calling this command,
+# and $text for the announcement being made.
+#
+# Default value: Announcement from my owner ($owner): $text
+###
+supybot.plugins.Owner.announceFormat: Announcement from my owner ($owner): $text
+
+###
+# Determines whether this plugin is publicly visible.
+#
+# Default value: True
+###
+supybot.plugins.Owner.public: True
+
+###
+# Determines what quit message will be used by default. If the quit
+# command is called without a quit message, this will be used. If this
+# value is empty, the nick of the person giving the quit command will be
+# used. The standard substitutions ($version, $nick, etc.) are all
+# handled appropriately.
+#
+# Default value: Limnoria $version
+###
+supybot.plugins.Owner.quitMsg: Limnoria $version
+
+###
+# Determines whether this plugin is loaded by default.
+###
+supybot.plugins.Plugin: True
+
+###
+# Determines whether this plugin is publicly visible.
+#
+# Default value: True
+###
+supybot.plugins.Plugin.public: True
+
+###
+# Determines whether this plugin is loaded by default.
+###
+supybot.plugins.PluginDownloader: True
+
+###
+# Determines whether this plugin is publicly visible.
+#
+# Default value: True
+###
+supybot.plugins.PluginDownloader.public: True
+
+###
+# Determines whether this plugin is loaded by default.
+###
+supybot.plugins.RSS: True
+
+###
+# Determines which RSS feeds should be announced in the channel; valid
+# input is a list of strings (either registered RSS feeds or RSS feed
+# URLs) separated by spaces.
+#
+# Default value:
+###
+supybot.plugins.RSS.announce:
+supybot.plugins.RSS.announce.#rss:
+supybot.plugins.RSS.announce.\:devinet.#limnoriabot: coffezilla drcreepen jackrhysider luetin09 magnetar margery28 margery28nitter mentaloutlaw naturestemper oculusimpera philion scaryjuju"youtube thedarksomnium thevolgun
+supybot.plugins.RSS.announce.\:devinet.#rss:
+supybot.plugins.RSS.announce.\:devinet.#rss_security: cvenew hibp zdiadvisorypublished zdiadvisoryupcoming
+
+###
+# The format the bot will use for displaying headlines of a RSS feed
+# that is announced. See supybot.plugins.RSS.format for the available
+# variables.
+#
+# Default value: News from $feed_name: $title <$link>
+###
+supybot.plugins.RSS.announceFormat: News from $feed_name: $title <$link>
+
+###
+# Indicates how many headlines an rss feed will output by default, if no
+# number is provided.
+#
+# Default value: 1
+###
+supybot.plugins.RSS.defaultNumberOfHeadlines: 1
+
+###
+# Determines what feeds should be accessible as commands.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds: anabolicaliens antsareeverywhere arjancode barelysociable blackhat boostcon brodierobertson bryanjenks bytebytego chillingtalesfordarknights chrisatmachine chyrosran22 coffezilla coinbureau computerphile contextfree cppcon creepsmcpasta"youtube creepyghoststories cryochamber cryptotips cvenew distrotube djware doingfedtime drcreepen fireship gavinfreeborn geminihomeentertainment"youtube gotbletu gppenitentiarylifeweswatson hak5 hibp husseinnasser ippsec jackrhysider jeffgeerling joshuafluke karljobst kimiversen learnlinuxtv level1linux level1techs lexfridman lifeofboris lighthousehorror linustechtips local58tv"youtube luetin09 lukesmith magnetar margery28 margery28nitter maryamsadeghi mcoding mentaloutlaw mikelevin mozillasecurityadvisory mrcreepypasta myplayhouse naturestemper networkchuck newworldreview nexpo nickjanetakis nullbyte numberphile numberphile2 oculusimpera openwrtsecuirtyadvisory pagefire philion robbraxmantech romnexyoutube scaryjuju"youtube semicolonsons seytonic sgtmarkiv sokoninaru\u305d\u3053\u306b\u9cf4\u308b stefanmischook studyingwithalex st\xf6ek techworldwithnana thecherno thedarkcosmos thedarksomnium theexploringseries thejimmydoreshow thelinuxcast thelinuxexperiment theprimeagen thevolgun vivaladirtleague vormithrax"youtube wolflordrho yannickilcher zdiadvisorypublished zdiadvisoryupcoming
+
+###
+# The URL for the feed anabolicaliens. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.anabolicaliens: https://www.youtube.com/feeds/videos.xml?channel_id=UCQPmOWNza6PMesQaWWBEhJA
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.anabolicaliens.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.anabolicaliens.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.anabolicaliens.waitPeriod: 0
+
+###
+# The URL for the feed antsareeverywhere. Note that because announced
+# lines are cached, you may need to reload this plugin after changing
+# this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.antsareeverywhere: https://www.youtube.com/feeds/videos.xml?channel_id=UCa4GzOwXZbQPQyPHhQmpKCQ
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.antsareeverywhere.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.antsareeverywhere.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.antsareeverywhere.waitPeriod: 0
+
+###
+# The URL for the feed arjancode. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.arjancode: https://www.youtube.com/feeds/videos.xml?channel_id=UCVhQ2NnY5Rskt6UjCUkJ_DA
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.arjancode.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.arjancode.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.arjancode.waitPeriod: 0
+
+###
+# The URL for the feed barelysociable. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.barelysociable: https://www.youtube.com/feeds/videos.xml?channel_id=UC9PIn6-XuRKZ5HmYeu46AIw
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.barelysociable.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.barelysociable.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.barelysociable.waitPeriod: 0
+
+###
+# The URL for the feed blackhat. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.blackhat: https://www.youtube.com/feeds/videos.xml?channel_id=UCJ6q9Ie29ajGqKApbLqfBOg
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.blackhat.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.blackhat.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.blackhat.waitPeriod: 0
+
+###
+# The URL for the feed boostcon. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.boostcon: https://www.youtube.com/feeds/videos.xml?channel_id=UC5e__RG9K3cHrPotPABnrwg
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.boostcon.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.boostcon.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.boostcon.waitPeriod: 0
+
+###
+# The URL for the feed brodierobertson. Note that because announced
+# lines are cached, you may need to reload this plugin after changing
+# this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.brodierobertson: https://www.youtube.com/feeds/videos.xml?channel_id=UCld68syR8Wi-GY_n4CaoJGA
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.brodierobertson.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.brodierobertson.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.brodierobertson.waitPeriod: 0
+
+###
+# The URL for the feed bryanjenks. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.bryanjenks: https://www.youtube.com/feeds/videos.xml?channel_id=UCfhSB16X9MXhzSFe_H7XbHg
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.bryanjenks.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.bryanjenks.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.bryanjenks.waitPeriod: 0
+
+###
+# The URL for the feed bytebytego. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.bytebytego: https://www.youtube.com/feeds/videos.xml?channel_id=UCZgt6AzoyjslHTC9dz0UoTw
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.bytebytego.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.bytebytego.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.bytebytego.waitPeriod: 0
+
+###
+# The URL for the feed chillingtalesfordarknights. Note that because
+# announced lines are cached, you may need to reload this plugin after
+# changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.chillingtalesfordarknights: https://www.youtube.com/feeds/videos.xml?channel_id=UC79H1bXWDNodOD8_VtZd_DA
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.chillingtalesfordarknights.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.chillingtalesfordarknights.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.chillingtalesfordarknights.waitPeriod: 0
+
+###
+# The URL for the feed chrisatmachine. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.chrisatmachine: https://www.youtube.com/feeds/videos.xml?channel_id=UCS97tchJDq17Qms3cux8wcA
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.chrisatmachine.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.chrisatmachine.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.chrisatmachine.waitPeriod: 0
+
+###
+# The URL for the feed chyrosran22. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.chyrosran22: https://www.youtube.com/feeds/videos.xml?channel_id=UCD0y51PJfvkZNe3y3FR5riw
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.chyrosran22.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.chyrosran22.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.chyrosran22.waitPeriod: 0
+
+###
+# The URL for the feed coffezilla. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.coffezilla: https://www.youtube.com/feeds/videos.xml?channel_id=UCFQMnBA3CS502aghlcr0_aw
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.coffezilla.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.coffezilla.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.coffezilla.waitPeriod: 0
+
+###
+# The URL for the feed coinbureau. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.coinbureau: https://www.youtube.com/feeds/videos.xml?channel_id=UCqK_GSMbpiV8spgD3ZGloSw
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.coinbureau.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.coinbureau.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.coinbureau.waitPeriod: 0
+
+###
+# The URL for the feed computerphile. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.computerphile: https://www.youtube.com/feeds/videos.xml?channel_id=UC9-y-6csu5WGm29I7JiwpnA
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.computerphile.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.computerphile.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.computerphile.waitPeriod: 0
+
+###
+# The URL for the feed contextfree. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.contextfree: https://www.youtube.com/feeds/videos.xml?channel_id=UCS4FAVeYW_IaZqAbqhlvxlA
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.contextfree.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.contextfree.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.contextfree.waitPeriod: 0
+
+###
+# The URL for the feed cppcon. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.cppcon: https://www.youtube.com/feeds/videos.xml?channel_id=UCMlGfpWw-RUdWX_JbLCukXg
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.cppcon.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.cppcon.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.cppcon.waitPeriod: 0
+
+###
+# The URL for the feed creepsmcpasta"youtube. Note that because
+# announced lines are cached, you may need to reload this plugin after
+# changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.creepsmcpasta"youtube: https://www.youtube.com/feeds/videos.xml?user=CreepsMcPasta
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.creepsmcpasta"youtube.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.creepsmcpasta"youtube.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.creepsmcpasta"youtube.waitPeriod: 0
+
+###
+# The URL for the feed creepyghoststories. Note that because announced
+# lines are cached, you may need to reload this plugin after changing
+# this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.creepyghoststories: https://www.youtube.com/feeds/videos.xml?channel_id=UCnK36WwcJDTEhyS7w3SQntg
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.creepyghoststories.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.creepyghoststories.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.creepyghoststories.waitPeriod: 0
+
+###
+# The URL for the feed cryochamber. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.cryochamber: https://www.youtube.com/feeds/videos.xml?channel_id=UCVHOgH4XEyYx-ZEaya1XqCQ
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.cryochamber.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.cryochamber.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.cryochamber.waitPeriod: 0
+
+###
+# The URL for the feed cryptotips. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.cryptotips: https://www.youtube.com/feeds/videos.xml?channel_id=UCavTvSwEoRABvnPtLg0e6LQ
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.cryptotips.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.cryptotips.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.cryptotips.waitPeriod: 0
+
+###
+# The URL for the feed cvenew. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.cvenew: https://nitter.net/CVEnew/rss
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.cvenew.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.cvenew.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.cvenew.waitPeriod: 0
+
+###
+# The URL for the feed distrotube. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.distrotube: https://www.youtube.com/feeds/videos.xml?channel_id=UCVls1GmFKf6WlTraIb_IaJg
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.distrotube.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.distrotube.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.distrotube.waitPeriod: 0
+
+###
+# The URL for the feed djware. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.djware: https://www.youtube.com/feeds/videos.xml?channel_id=UC05XpvbHZUQOfA6xk4dlmcw
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.djware.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.djware.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.djware.waitPeriod: 0
+
+###
+# The URL for the feed doingfedtime. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.doingfedtime: https://www.youtube.com/feeds/videos.xml?channel_id=UCUP5UhD6cMfpN4vxW3FYJLQ
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.doingfedtime.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.doingfedtime.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.doingfedtime.waitPeriod: 0
+
+###
+# The URL for the feed drcreepen. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.drcreepen: https://www.youtube.com/feeds/videos.xml?channel_id=UCcZ_-5180OBED8NBkZgkRmQ
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.drcreepen.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.drcreepen.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.drcreepen.waitPeriod: 0
+
+###
+# The URL for the feed fireship. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.fireship: https://www.youtube.com/feeds/videos.xml?channel_id=UCsBjURrPoezykLs9EqgamOA
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.fireship.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.fireship.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.fireship.waitPeriod: 0
+
+###
+# The URL for the feed gavinfreeborn. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.gavinfreeborn: https://www.youtube.com/feeds/videos.xml?user=g297125009
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.gavinfreeborn.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.gavinfreeborn.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.gavinfreeborn.waitPeriod: 0
+
+###
+# The URL for the feed geminihomeentertainment"youtube. Note that
+# because announced lines are cached, you may need to reload this plugin
+# after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.geminihomeentertainment"youtube: https://www.youtube.com/feeds/videos.xml?channel_id=UC9YXCCz-A28lxhMA-ArfBaA
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.geminihomeentertainment"youtube.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.geminihomeentertainment"youtube.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.geminihomeentertainment"youtube.waitPeriod: 0
+
+###
+# The URL for the feed gotbletu. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.gotbletu: https://www.youtube.com/feeds/videos.xml?channel_id=UCvEdeev3sZoxi5hMksZI4KA
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.gotbletu.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.gotbletu.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.gotbletu.waitPeriod: 0
+
+###
+# The URL for the feed gppenitentiarylifeweswatson. Note that because
+# announced lines are cached, you may need to reload this plugin after
+# changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.gppenitentiarylifeweswatson: https://www.youtube.com/feeds/videos.xml?channel_id=UCWUxLYGeeIKxxioUqL54Q8g
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.gppenitentiarylifeweswatson.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.gppenitentiarylifeweswatson.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.gppenitentiarylifeweswatson.waitPeriod: 0
+
+###
+# The URL for the feed hak5. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.hak5: https://www.youtube.com/feeds/videos.xml?user=Hak5Darren
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.hak5.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.hak5.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.hak5.waitPeriod: 0
+
+###
+# The URL for the feed hibp. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.hibp: https://rssgen.terminaldweller.com/?action=display&bridge=HaveIBeenPwnedBridge&order=dateAdded&item_limit=20&format=Atom
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.hibp.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.hibp.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.hibp.waitPeriod: 0
+
+###
+# The URL for the feed husseinnasser. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.husseinnasser: https://www.youtube.com/feeds/videos.xml?user=GISIGeometry
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.husseinnasser.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.husseinnasser.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.husseinnasser.waitPeriod: 0
+
+###
+# The URL for the feed ippsec. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.ippsec: https://www.youtube.com/feeds/videos.xml?channel_id=UCa6eh7gCkpPo5XXUDfygQQA
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.ippsec.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.ippsec.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.ippsec.waitPeriod: 0
+
+###
+# The URL for the feed jackrhysider. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.jackrhysider: https://www.youtube.com/feeds/videos.xml?channel_id=UCMIqrmh2lMdzhlCPK5ahsAg
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.jackrhysider.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.jackrhysider.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.jackrhysider.waitPeriod: 0
+
+###
+# The URL for the feed jeffgeerling. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.jeffgeerling: https://www.youtube.com/feeds/videos.xml?user=geerlingguy
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.jeffgeerling.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.jeffgeerling.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.jeffgeerling.waitPeriod: 0
+
+###
+# The URL for the feed joshuafluke. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.joshuafluke: https://www.youtube.com/feeds/videos.xml?channel_id=UC-91UA-Xy2Cvb98deRXuggA
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.joshuafluke.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.joshuafluke.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.joshuafluke.waitPeriod: 0
+
+###
+# The URL for the feed karljobst. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.karljobst: https://www.youtube.com/feeds/videos.xml?channel_id=UC3ltptWa0xfrDweghW94Acg
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.karljobst.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.karljobst.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.karljobst.waitPeriod: 0
+
+###
+# The URL for the feed kimiversen. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.kimiversen: https://www.youtube.com/feeds/videos.xml?channel_id=UCoJTOwZxbvq8Al8Qat2zgTA
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.kimiversen.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.kimiversen.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.kimiversen.waitPeriod: 0
+
+###
+# The URL for the feed learnlinuxtv. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.learnlinuxtv: https://www.youtube.com/feeds/videos.xml?user=JtheLinuxguy
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.learnlinuxtv.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.learnlinuxtv.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.learnlinuxtv.waitPeriod: 0
+
+###
+# The URL for the feed level1linux. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.level1linux: https://www.youtube.com/feeds/videos.xml?channel_id=UCOWcZ6Wicl-1N34H0zZe38w
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.level1linux.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.level1linux.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.level1linux.waitPeriod: 0
+
+###
+# The URL for the feed level1techs. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.level1techs: https://www.youtube.com/feeds/videos.xml?channel_id=UC4w1YQAJMWOz4qtxinq55LQ
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.level1techs.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.level1techs.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.level1techs.waitPeriod: 0
+
+###
+# The URL for the feed lexfridman. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.lexfridman: https://www.youtube.com/feeds/videos.xml?user=lexfridman
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.lexfridman.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.lexfridman.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.lexfridman.waitPeriod: 0
+
+###
+# The URL for the feed lifeofboris. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.lifeofboris: https://www.youtube.com/feeds/videos.xml?channel_id=UCS5tt2z_DFvG7-39J3aE-bQ
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.lifeofboris.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.lifeofboris.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.lifeofboris.waitPeriod: 0
+
+###
+# The URL for the feed lighthousehorror. Note that because announced
+# lines are cached, you may need to reload this plugin after changing
+# this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.lighthousehorror: https://www.youtube.com/feeds/videos.xml?channel_id=UCHIKRYVrVYwKb2QpoLG5W3w
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.lighthousehorror.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.lighthousehorror.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.lighthousehorror.waitPeriod: 0
+
+###
+# The URL for the feed linustechtips. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.linustechtips: https://www.youtube.com/feeds/videos.xml?channel_id=UCXuqSBlHAE6Xw-yeJA0Tunw
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.linustechtips.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.linustechtips.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.linustechtips.waitPeriod: 0
+
+###
+# The URL for the feed local58tv"youtube. Note that because announced
+# lines are cached, you may need to reload this plugin after changing
+# this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.local58tv"youtube: https://www.youtube.com/feeds/videos.xml?channel_id=UCuoMasRkMhlj1VNVAOJdw5w
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.local58tv"youtube.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.local58tv"youtube.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.local58tv"youtube.waitPeriod: 0
+
+###
+# The URL for the feed luetin09. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.luetin09: https://www.youtube.com/feeds/videos.xml?user=Luetin09
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.luetin09.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.luetin09.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.luetin09.waitPeriod: 0
+
+###
+# The URL for the feed lukesmith. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.lukesmith: https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.lukesmith.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.lukesmith.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.lukesmith.waitPeriod: 0
+
+###
+# The URL for the feed magnetar. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.magnetar: https://www.youtube.com/feeds/videos.xml?channel_id=UCVLZiwP7Hz7GDDaETFmUs7Q
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.magnetar.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.magnetar.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.magnetar.waitPeriod: 0
+
+###
+# The URL for the feed margery28. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.margery28: https://rssgen.terminaldweller.com/?action=display&bridge=TwitterBridge&context=By+username&u=_margery28_&norep=on&noretweet=on&nopinned=on&nopic=on&noimg=on&noimgscaling=on&format=Atom
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.margery28.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.margery28.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.margery28.waitPeriod: 0
+
+###
+# The URL for the feed margery28nitter. Note that because announced
+# lines are cached, you may need to reload this plugin after changing
+# this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.margery28nitter: https://nitter.net/_margery28_/rss
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.margery28nitter.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.margery28nitter.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.margery28nitter.waitPeriod: 0
+
+###
+# The URL for the feed maryamsadeghi. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.maryamsadeghi: https://www.youtube.com/feeds/videos.xml?channel_id=UCUxmjSBn7Blx6eWpeC0I4xQ
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.maryamsadeghi.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.maryamsadeghi.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.maryamsadeghi.waitPeriod: 0
+
+###
+# The URL for the feed mcoding. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.mcoding: https://www.youtube.com/feeds/videos.xml?channel_id=UCaiL2GDNpLYH6Wokkk1VNcg
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.mcoding.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.mcoding.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.mcoding.waitPeriod: 0
+
+###
+# The URL for the feed mentaloutlaw. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.mentaloutlaw: https://www.youtube.com/feeds/videos.xml?channel_id=UC7YOGHUfC1Tb6E4pudI9STA
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.mentaloutlaw.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.mentaloutlaw.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.mentaloutlaw.waitPeriod: 0
+
+###
+# The URL for the feed mikelevin. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.mikelevin: https://www.youtube.com/feeds/videos.xml?channel_id=UCd26IHBHcbtxD7pUdnIgiCw
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.mikelevin.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.mikelevin.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.mikelevin.waitPeriod: 0
+
+###
+# The URL for the feed mozillasecurityadvisory. Note that because
+# announced lines are cached, you may need to reload this plugin after
+# changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.mozillasecurityadvisory: https://rssgen.terminaldweller.com/?action=display&bridge=MozillaSecurityBridge&format=Atom
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.mozillasecurityadvisory.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.mozillasecurityadvisory.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.mozillasecurityadvisory.waitPeriod: 0
+
+###
+# The URL for the feed mrcreepypasta. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.mrcreepypasta: https://www.youtube.com/feeds/videos.xml?user=MrCreepyPasta
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.mrcreepypasta.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.mrcreepypasta.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.mrcreepypasta.waitPeriod: 0
+
+###
+# The URL for the feed myplayhouse. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.myplayhouse: https://www.youtube.com/feeds/videos.xml?channel_id=UCVik6mzTCurdJmvdj5dCa7A
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.myplayhouse.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.myplayhouse.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.myplayhouse.waitPeriod: 0
+
+###
+# The URL for the feed naturestemper. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.naturestemper: https://www.youtube.com/feeds/videos.xml?user=NaturesTemper
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.naturestemper.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.naturestemper.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.naturestemper.waitPeriod: 0
+
+###
+# The URL for the feed networkchuck. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.networkchuck: https://www.youtube.com/feeds/videos.xml?user=NetworkChuck
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.networkchuck.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.networkchuck.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.networkchuck.waitPeriod: 0
+
+###
+# The URL for the feed newworldreview. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.newworldreview: https://www.youtube.com/feeds/videos.xml?channel_id=UCdSnjmLUUe_NT4ml9OkUi1A
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.newworldreview.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.newworldreview.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.newworldreview.waitPeriod: 0
+
+###
+# The URL for the feed nexpo. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.nexpo: https://www.youtube.com/feeds/videos.xml?channel_id=UCpFFItkfZz1qz5PpHpqzYBw
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.nexpo.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.nexpo.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.nexpo.waitPeriod: 0
+
+###
+# The URL for the feed nickjanetakis. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.nickjanetakis: https://www.youtube.com/feeds/videos.xml?channel_id=UCorzANoC3fX9VVefJHM5wtA
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.nickjanetakis.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.nickjanetakis.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.nickjanetakis.waitPeriod: 0
+
+###
+# The URL for the feed nullbyte. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.nullbyte: https://www.youtube.com/feeds/videos.xml?channel_id=UCgTNupxATBfWmfehv21ym-g
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.nullbyte.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.nullbyte.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.nullbyte.waitPeriod: 0
+
+###
+# The URL for the feed numberphile. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.numberphile: https://www.youtube.com/feeds/videos.xml?channel_id=UCoxcjq-8xIDTYp3uz647V5A
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.numberphile.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.numberphile.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.numberphile.waitPeriod: 0
+
+###
+# The URL for the feed numberphile2. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.numberphile2: https://www.youtube.com/feeds/videos.xml?channel_id=UCyp1gCHZJU_fGWFf2rtMkCg
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.numberphile2.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.numberphile2.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.numberphile2.waitPeriod: 0
+
+###
+# The URL for the feed oculusimpera. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.oculusimpera: https://www.youtube.com/feeds/videos.xml?channel_id=UC8AaO8zkIoxbUp1_p0rl13g
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.oculusimpera.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.oculusimpera.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.oculusimpera.waitPeriod: 0
+
+###
+# The URL for the feed openwrtsecuirtyadvisory. Note that because
+# announced lines are cached, you may need to reload this plugin after
+# changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.openwrtsecuirtyadvisory: https://rssgen.terminaldweller.com/?action=display&bridge=OpenwrtSecurityBridge&format=Atom
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.openwrtsecuirtyadvisory.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.openwrtsecuirtyadvisory.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.openwrtsecuirtyadvisory.waitPeriod: 0
+
+###
+# The URL for the feed pagefire. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.pagefire: https://www.youtube.com/feeds/videos.xml?channel_id=UC6gD8kk_Z_5bX2PcRk2fwDg
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.pagefire.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.pagefire.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.pagefire.waitPeriod: 0
+
+###
+# The URL for the feed philion. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.philion: https://www.youtube.com/feeds/videos.xml?channel_id=UCgKJPhVzv8w0VaZFnS_VmaA
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.philion.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.philion.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.philion.waitPeriod: 0
+
+###
+# The URL for the feed robbraxmantech. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.robbraxmantech: https://www.youtube.com/feeds/videos.xml?channel_id=UCYVU6rModlGxvJbszCclGGw
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.robbraxmantech.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.robbraxmantech.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.robbraxmantech.waitPeriod: 0
+
+###
+# The URL for the feed romnexyoutube. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.romnexyoutube: https://www.youtube.com/feeds/videos.xml?channel_id=UC4QEH0BC7ZQMYIEmr1yAHfQ
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.romnexyoutube.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.romnexyoutube.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.romnexyoutube.waitPeriod: 0
+
+###
+# The URL for the feed scaryjuju"youtube. Note that because announced
+# lines are cached, you may need to reload this plugin after changing
+# this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.scaryjuju"youtube: https://www.youtube.com/feeds/videos.xml?user=WeArEraW11
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.scaryjuju"youtube.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.scaryjuju"youtube.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.scaryjuju"youtube.waitPeriod: 0
+
+###
+# The URL for the feed semicolonsons. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.semicolonsons: https://www.youtube.com/feeds/videos.xml?channel_id=UC17mJJnvzAa_e9qQqLIfIeQ
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.semicolonsons.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.semicolonsons.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.semicolonsons.waitPeriod: 0
+
+###
+# The URL for the feed seytonic. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.seytonic: https://www.youtube.com/feeds/videos.xml?channel_id=UCW6xlqxSY3gGur4PkGPEUeA
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.seytonic.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.seytonic.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.seytonic.waitPeriod: 0
+
+###
+# The URL for the feed sgtmarkiv. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.sgtmarkiv: https://www.youtube.com/feeds/videos.xml?channel_id=UC_NSOckDnuypJK_FpCO6ogA
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.sgtmarkiv.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.sgtmarkiv.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.sgtmarkiv.waitPeriod: 0
+
+###
+# The URL for the feed sokoninaruそこに鳴る. Note that because announced
+# lines are cached, you may need to reload this plugin after changing
+# this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.sokoninaru\u305d\u3053\u306b\u9cf4\u308b: https://www.youtube.com/feeds/videos.xml?channel_id=UC0Whg8Zz7TT1VSpWeCjghKg
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.sokoninaru\u305d\u3053\u306b\u9cf4\u308b.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.sokoninaru\u305d\u3053\u306b\u9cf4\u308b.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.sokoninaru\u305d\u3053\u306b\u9cf4\u308b.waitPeriod: 0
+
+###
+# The URL for the feed stefanmischook. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.stefanmischook: https://www.youtube.com/feeds/videos.xml?channel_id=UCyUBW72KU30dfAYWLVNZO8Q
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.stefanmischook.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.stefanmischook.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.stefanmischook.waitPeriod: 0
+
+###
+# The URL for the feed studyingwithalex. Note that because announced
+# lines are cached, you may need to reload this plugin after changing
+# this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.studyingwithalex: https://www.youtube.com/feeds/videos.xml?channel_id=UCUdkjbeIFea0qUSgwR1CUOg
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.studyingwithalex.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.studyingwithalex.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.studyingwithalex.waitPeriod: 0
+
+###
+# The URL for the feed stöek. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.st\xf6ek: https://www.youtube.com/feeds/videos.xml?channel_id=UCQN2DsjnYH60SFBIA6IkNwg
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.st\xf6ek.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.st\xf6ek.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.st\xf6ek.waitPeriod: 0
+
+###
+# The URL for the feed techworldwithnana. Note that because announced
+# lines are cached, you may need to reload this plugin after changing
+# this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.techworldwithnana: https://www.youtube.com/feeds/videos.xml?channel_id=UCdngmbVKX1Tgre699-XLlUA
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.techworldwithnana.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.techworldwithnana.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.techworldwithnana.waitPeriod: 0
+
+###
+# The URL for the feed thecherno. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.thecherno: https://www.youtube.com/feeds/videos.xml?channel_id=UCQ-W1KE9EYfdxhL6S4twUNw
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.thecherno.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.thecherno.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.thecherno.waitPeriod: 0
+
+###
+# The URL for the feed thedarkcosmos. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.thedarkcosmos: https://www.youtube.com/feeds/videos.xml?channel_id=UClVIqFHcD0Dvh6BB-bYq1rg
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.thedarkcosmos.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.thedarkcosmos.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.thedarkcosmos.waitPeriod: 0
+
+###
+# The URL for the feed thedarksomnium. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.thedarksomnium: https://www.youtube.com/feeds/videos.xml?channel_id=UC_e39rWdkQqo5-LbiLiU10g
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.thedarksomnium.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.thedarksomnium.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.thedarksomnium.waitPeriod: 0
+
+###
+# The URL for the feed theexploringseries. Note that because announced
+# lines are cached, you may need to reload this plugin after changing
+# this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.theexploringseries: https://www.youtube.com/feeds/videos.xml?user=ManggMangg
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.theexploringseries.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.theexploringseries.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.theexploringseries.waitPeriod: 0
+
+###
+# The URL for the feed thejimmydoreshow. Note that because announced
+# lines are cached, you may need to reload this plugin after changing
+# this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.thejimmydoreshow: https://www.youtube.com/feeds/videos.xml?channel_id=UC3M7l8ved_rYQ45AVzS0RGA
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.thejimmydoreshow.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.thejimmydoreshow.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.thejimmydoreshow.waitPeriod: 0
+
+###
+# The URL for the feed thelinuxcast. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.thelinuxcast: https://www.youtube.com/feeds/videos.xml?channel_id=UCylGUf9BvQooEFjgdNudoQg
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.thelinuxcast.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.thelinuxcast.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.thelinuxcast.waitPeriod: 0
+
+###
+# The URL for the feed thelinuxexperiment. Note that because announced
+# lines are cached, you may need to reload this plugin after changing
+# this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.thelinuxexperiment: https://www.youtube.com/feeds/videos.xml?channel_id=UCaw_Lz7oifDb-PZCAcZ07kw
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.thelinuxexperiment.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.thelinuxexperiment.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.thelinuxexperiment.waitPeriod: 0
+
+###
+# The URL for the feed theprimeagen. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.theprimeagen: https://www.youtube.com/feeds/videos.xml?channel_id=UC8ENHE5xdFSwx71u3fDH5Xw
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.theprimeagen.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.theprimeagen.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.theprimeagen.waitPeriod: 0
+
+###
+# The URL for the feed thevolgun. Note that because announced lines are
+# cached, you may need to reload this plugin after changing this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.thevolgun: https://www.youtube.com/feeds/videos.xml?channel_id=UCcmEL8JoDBE25gvCFkrqhcw
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.thevolgun.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.thevolgun.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.thevolgun.waitPeriod: 0
+
+###
+# The URL for the feed vivaladirtleague. Note that because announced
+# lines are cached, you may need to reload this plugin after changing
+# this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.vivaladirtleague: https://www.youtube.com/feeds/videos.xml?channel_id=UCchBatdUMZoMfJ3rIzgV84g
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.vivaladirtleague.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.vivaladirtleague.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.vivaladirtleague.waitPeriod: 0
+
+###
+# The URL for the feed vormithrax"youtube. Note that because announced
+# lines are cached, you may need to reload this plugin after changing
+# this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.vormithrax"youtube: https://www.youtube.com/feeds/videos.xml?channel_id=UCxMZO9A4Jixjr9lbgeBiQ6w
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.vormithrax"youtube.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.vormithrax"youtube.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.vormithrax"youtube.waitPeriod: 0
+
+###
+# The URL for the feed wolflordrho. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.wolflordrho: https://www.youtube.com/feeds/videos.xml?channel_id=UCqajGNTzlQLk5uRsD8R5m3Q
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.wolflordrho.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.wolflordrho.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.wolflordrho.waitPeriod: 0
+
+###
+# The URL for the feed yannickilcher. Note that because announced lines
+# are cached, you may need to reload this plugin after changing this
+# option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.yannickilcher: https://www.youtube.com/feeds/videos.xml?channel_id=UCZHmQk67mSJgfCCTn7xBfew
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.yannickilcher.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.yannickilcher.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.yannickilcher.waitPeriod: 0
+
+###
+# The URL for the feed zdiadvisorypublished. Note that because announced
+# lines are cached, you may need to reload this plugin after changing
+# this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.zdiadvisorypublished: https://www.zerodayinitiative.com/rss/published/
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.zdiadvisorypublished.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.zdiadvisorypublished.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.zdiadvisorypublished.waitPeriod: 0
+
+###
+# The URL for the feed zdiadvisoryupcoming. Note that because announced
+# lines are cached, you may need to reload this plugin after changing
+# this option.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.zdiadvisoryupcoming: https://www.zerodayinitiative.com/rss/upcoming/
+
+###
+# Feed-specific announce format. Defaults to
+# supybot.plugins.RSS.announceFormat if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.zdiadvisoryupcoming.announceFormat:
+
+###
+# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
+#
+# Default value:
+###
+supybot.plugins.RSS.feeds.zdiadvisoryupcoming.format:
+
+###
+# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
+# for this particular feed.
+#
+# Default value: 0
+###
+supybot.plugins.RSS.feeds.zdiadvisoryupcoming.waitPeriod: 0
+
+###
+# The format the bot will use for displaying headlines of a RSS feed
+# that is triggered manually. In addition to fields defined by
+# feedparser ($published (the entry date), $title, $link, $description,
+# $id, etc.), the following variables can be used: $feed_name, $date
+# (parsed date, as defined in supybot.reply.format.time)
+#
+# Default value: $date: $title <$link>
+###
+supybot.plugins.RSS.format: $date: $title <$link>
+
+###
+# Determines what string is used to separate headlines in new feeds.
+#
+# Default value: |
+###
+supybot.plugins.RSS.headlineSeparator: |
+
+###
+# Indicates how many headlines an rss feed will output when it is first
+# added to announce for a channel.
+#
+# Default value: 5
+###
+supybot.plugins.RSS.initialAnnounceHeadlines: 5
+
+###
+# Space separated list of strings, lets you filter headlines to those
+# not containing any items in this blacklist.
+#
+# Default value:
+###
+supybot.plugins.RSS.keywordBlacklist:
+
+###
+# Space separated list of strings, lets you filter headlines to those
+# containing one or more items in this whitelist.
+#
+# Default value:
+###
+supybot.plugins.RSS.keywordWhitelist:
+
+###
+# Indicates how many new news entries may be sent at the same time.
+# Extra entries will be discarded.
+#
+# Default value: 5
+###
+supybot.plugins.RSS.maximumAnnounceHeadlines: 5
+
+###
+# Determines whether announces will be sent as notices instead of
+# privmsgs.
+#
+# Default value: False
+###
+supybot.plugins.RSS.notice: False
+
+###
+# Determines whether this plugin is publicly visible.
+#
+# Default value: True
+###
+supybot.plugins.RSS.public: True
+
+###
+# Determines whether feed items should be sorted by their
+# publication/update timestamp or kept in the same order as they appear
+# in a feed.
+#
+# Default value: asInFeed
+###
+supybot.plugins.RSS.sortFeedItems: asInFeed
+
+###
+# Indicates how many seconds the bot will wait between retrieving RSS
+# feeds; requests made within this period will return cached results.
+#
+# Default value: 1800
+###
+supybot.plugins.RSS.waitPeriod: 1800
+
+###
+# Determines whether this plugin is loaded by default.
+###
+supybot.plugins.ShrinkUrl: True
+
+###
+# Determines whether this plugin will bold certain portions of its
+# replies.
+#
+# Default value: True
+###
+supybot.plugins.ShrinkUrl.bold: True
+
+###
+# Determines what website the bot will use when shrinking a URL.
+#
+# Default value: x0
+###
+supybot.plugins.ShrinkUrl.default: x0
+
+###
+# The minimum length a URL must be before the bot will shrink it.
+#
+# Default value: 48
+###
+supybot.plugins.ShrinkUrl.minimumLength: 48
+
+###
+# Determines what URLs are to be snarfed; URLs matching the regexp given
+# will not be snarfed. Give the empty string if you have no URLs that
+# you'd like to exclude from being snarfed.
+#
+# Default value:
+###
+supybot.plugins.ShrinkUrl.nonSnarfingRegexp:
+
+###
+# Determines whether the bot will shrink the URLs of outgoing messages
+# if those URLs are longer than supybot.plugins.ShrinkUrl.minimumLength.
+#
+# Default value: False
+###
+supybot.plugins.ShrinkUrl.outFilter: True
+
+###
+# Determines whether this plugin is publicly visible.
+#
+# Default value: True
+###
+supybot.plugins.ShrinkUrl.public: True
+
+###
+# If set to a non-empty value, specifies the list of services to rotate
+# through for the shrinkSnarfer and outFilter.
+#
+# Default value:
+###
+supybot.plugins.ShrinkUrl.serviceRotation:
+
+###
+# Determines whether the shrink snarfer is enabled. This snarfer will
+# watch for URLs in the channel, and if they're sufficiently long (as
+# determined by supybot.plugins.ShrinkUrl.minimumLength) it will post a
+# smaller URL from the service as denoted in
+# supybot.plugins.ShrinkUrl.default.
+#
+# Default value: False
+###
+supybot.plugins.ShrinkUrl.shrinkSnarfer: False
+
+###
+# Determines whether the snarfer will show the domain of the URL being
+# snarfed along with the shrunken URL.
+#
+# Default value: True
+###
+supybot.plugins.ShrinkUrl.shrinkSnarfer.showDomain: True
+
+###
+# Determines whether this plugin is loaded by default.
+###
+supybot.plugins.User: True
+
+###
+# Determines what message the bot sends when a user isn't identified or
+# recognized.
+#
+# Default value:
+###
+supybot.plugins.User.customWhoamiError:
+
+###
+# Determines whether the output of 'user list' will be sent in private.
+# This prevents mass-highlights of people who use their nick as their
+# bot username.
+#
+# Default value: True
+###
+supybot.plugins.User.listInPrivate: True
+
+###
+# Determines whether this plugin is publicly visible.
+#
+# Default value: True
+###
+supybot.plugins.User.public: True
+
+###
+# Determines whether this plugin is loaded by default.
+###
+supybot.plugins.Utilities: True
+
+###
+# Determines whether this plugin is publicly visible.
+#
+# Default value: True
+###
+supybot.plugins.Utilities.public: True
+
+###
+# Determines whether the bot will always load important plugins (Admin,
+# Channel, Config, Misc, Owner, and User) regardless of what their
+# configured state is. Generally, if these plugins are configured not to
+# load, you didn't do it on purpose, and you still want them to load.
+# Users who don't want to load these plugins are smart enough to change
+# the value of this variable appropriately :)
+#
+# Default value: True
+###
+supybot.plugins.alwaysLoadImportant: True
+
+###
+# Determines how many bytes the bot will 'peek' at when looking through
+# a URL for a doctype or title or something similar. It'll give up after
+# it reads this many bytes, even if it hasn't found what it was looking
+# for.
+#
+# Default value: 16384
+###
+supybot.protocols.http.peekSize: 16384
+
+###
+# Determines what HTTP proxy all HTTP requests should go through. The
+# value should be of the form 'host:port'.
+#
+# Default value:
+###
+supybot.protocols.http.proxy:
+
+###
+# If set, the Accept-Language HTTP header will be set to this value for
+# requests. Useful for overriding the auto-detected language based on
+# the server's location.
+#
+# Default value:
+###
+supybot.protocols.http.requestLanguage:
+
+###
+# If set, the User-Agent HTTP header will be set to a randomly selected
+# value from this comma-separated list of strings for requests.
+#
+# Default value:
+###
+supybot.protocols.http.userAgents:
+
+###
+# Determines what will be used as the default banmask style.
+#
+# Default value: host
+###
+supybot.protocols.irc.banmask: host
+
+###
+# Determines what certificate file (if any) the bot will use connect
+# with SSL sockets by default.
+#
+# Default value:
+###
+supybot.protocols.irc.certfile:
+
+###
+# Determines whether the bot will enable draft/experimental extensions
+# of the IRC protocol. Setting this to True may break your bot at any
+# time without warning and/or break your configuration irreversibly. So
+# keep it False unless you know what you are doing.
+#
+# Default value: False
+###
+supybot.protocols.irc.experimentalExtensions: False
+
+###
+# Determines how many old messages the bot will keep around in its
+# history. Changing this variable will not take effect on a network
+# until it is reconnected.
+#
+# Default value: 1000
+###
+supybot.protocols.irc.maxHistoryLength: 1000
+
+###
+# Determines whether the bot will send PINGs to the server it's
+# connected to in order to keep the connection alive and discover
+# earlier when it breaks. Really, this option only exists for debugging
+# purposes: you always should make it True unless you're testing some
+# strange server issues.
+#
+# Default value: True
+###
+supybot.protocols.irc.ping: True
+
+###
+# Determines the number of seconds between sending pings to the server,
+# if pings are being sent to the server.
+#
+# Default value: 120
+###
+supybot.protocols.irc.ping.interval: 120
+
+###
+# Determines whether the bot will refuse duplicated messages to be
+# queued for delivery to the server. This is a safety mechanism put in
+# place to prevent plugins from sending the same message multiple times;
+# most of the time it doesn't matter, unless you're doing certain kinds
+# of plugin hacking.
+#
+# Default value: False
+###
+supybot.protocols.irc.queuing.duplicates: False
+
+###
+# Determines how many seconds must elapse between JOINs sent to the
+# server.
+#
+# Default value: 0.0
+###
+supybot.protocols.irc.queuing.rateLimit.join: 0.0
+
+###
+# Determines whether the bot will strictly follow the RFC; currently
+# this only affects what strings are considered to be nicks. If you're
+# using a server or a network that requires you to message a nick such
+# as services@this.network.server then you you should set this to False.
+#
+# Default value: False
+###
+supybot.protocols.irc.strictRfc: False
+
+###
+# A floating point number of seconds to throttle queued messages -- that
+# is, messages will not be sent faster than once per throttleTime
+# seconds.
+#
+# Default value: 1.0
+###
+supybot.protocols.irc.throttleTime: 1.0
+
+###
+# Determines what user modes the bot will request from the server when
+# it first connects. Many people might choose +i; some networks allow
+# +x, which indicates to the auth services on those networks that you
+# should be given a fake host.
+#
+# Default value:
+###
+supybot.protocols.irc.umodes:
+
+###
+# Determines what vhost the bot will bind to before connecting a server
+# (IRC, HTTP, ...) via IPv4.
+#
+# Default value:
+###
+supybot.protocols.irc.vhost:
+
+###
+# Determines what vhost the bot will bind to before connecting a server
+# (IRC, HTTP, ...) via IPv6.
+#
+# Default value:
+###
+supybot.protocols.irc.vhostv6:
+
+###
+# Determines whether server certificates will be verified, which checks
+# whether the server certificate is signed by a known certificate
+# authority, and aborts the connection if it is not. This is assumed to
+# be True of serverFingerprints or authorityCertificate is set.
+#
+# Default value: False
+###
+supybot.protocols.ssl.verifyCertificates: False
+
+###
+# Format used by generic database plugins (Lart, Dunno, Prase, Success,
+# Quote, ...) to show an entry. You can use the following variables:
+# $type/$types/$Type/$Types (plugin name and variants), $id, $text, $at
+# (creation time), $userid/$username/$nick (author).
+#
+# Default value: $Type #$id: $text (added by $username at $at)
+###
+supybot.replies.databaseRecord: $Type #$id: $text (added by $username at $at)
+
+###
+# Determines what error message the bot gives when it wants to be
+# ambiguous.
+###
+supybot.replies.error: An error has occurred and has been logged. Please\
+ contact this bot's administrator for more\
+ information.
+
+###
+# Determines what error message the bot gives to the owner when it wants
+# to be ambiguous.
+###
+supybot.replies.errorOwner: An error has occurred and has been logged. Check\
+ the logs for more information.
+
+###
+# Determines what generic error message is given when the bot is telling
+# someone that they aren't cool enough to use the command they tried to
+# use, and the author of the code calling errorNoCapability didn't
+# provide an explicit capability for whatever reason.
+###
+supybot.replies.genericNoCapability: You're missing some capability you\
+ need. This could be because you\
+ actually possess the anti-capability\
+ for the capability that's required of\
+ you, or because the channel provides\
+ that anti-capability by default, or\
+ because the global capabilities include\
+ that anti-capability. Or, it could be\
+ because the channel or\
+ supybot.capabilities.default is set to\
+ False, meaning that no commands are\
+ allowed unless explicitly in your\
+ capabilities. Either way, you can't do\
+ what you want to do.
+
+###
+# Determines what message the bot replies with when someone tries to use
+# a command that requires being identified or having a password and
+# neither credential is correct.
+###
+supybot.replies.incorrectAuthentication: Your hostmask doesn't match or your\
+ password is wrong.
+
+###
+# Determines what error message is given when the bot is telling someone
+# they aren't cool enough to use the command they tried to use.
+###
+supybot.replies.noCapability: You don't have the %s capability. If you think\
+ that you should have this capability, be sure\
+ that you are identified before trying again.\
+ The 'whoami' command can tell you if you're\
+ identified.
+
+###
+# Determines what error message the bot replies with when someone tries
+# to accessing some information on a user the bot doesn't know about.
+###
+supybot.replies.noUser: I can't find %s in my user database. If you didn't\
+ give a user name, then I might not know what your\
+ user is, and you'll need to identify before this\
+ command might work.
+
+###
+# Determines what error message the bot replies with when someone tries
+# to do something that requires them to be registered but they're not
+# currently recognized.
+###
+supybot.replies.notRegistered: You must be registered to use this command.\
+ If you are already registered, you must\
+ either identify (using the identify command)\
+ or add a hostmask matching your current\
+ hostmask (using the "hostmask add" command).
+
+###
+# Determines what message the bot sends when it thinks you've
+# encountered a bug that the developers don't know about.
+###
+supybot.replies.possibleBug: This may be a bug. If you think it is, please\
+ file a bug report at\
+ <https://github.com/progval/Limnoria/issues>.
+
+###
+# Determines what error messages the bot sends to people who try to do
+# things in a channel that really should be done in private.
+###
+supybot.replies.requiresPrivacy: That operation cannot be done in a channel.
+
+###
+# Determines what message the bot replies with when a command succeeded.
+# If this configuration variable is empty, no success message will be
+# sent.
+###
+supybot.replies.success: The operation succeeded.
+
+###
+# Determines whether error messages that result from bugs in the bot
+# will show a detailed error message (the uncaught exception) or a
+# generic error message.
+#
+# Default value: False
+###
+supybot.reply.error.detailed: False
+
+###
+# Determines whether the bot will send error messages to users in
+# private. You might want to do this in order to keep channel traffic to
+# minimum. This can be used in combination with
+# supybot.reply.error.withNotice.
+#
+# Default value: False
+###
+supybot.reply.error.inPrivate: False
+
+###
+# Determines whether the bot will *not* provide details in the error
+# message to users who attempt to call a command for which they do not
+# have the necessary capability. You may wish to make this True if you
+# don't want users to understand the underlying security system
+# preventing them from running certain commands.
+#
+# Default value: False
+###
+supybot.reply.error.noCapability: False
+
+###
+# Determines whether the bot will send error messages to users via
+# NOTICE instead of PRIVMSG. You might want to do this so users can
+# ignore NOTICEs from the bot and not have to see error messages; or you
+# might want to use it in combination with supybot.reply.error.inPrivate
+# so private errors don't open a query window in most IRC clients.
+#
+# Default value: False
+###
+supybot.reply.error.withNotice: False
+
+###
+# Maximum number of items in a list before the end is replaced with 'and
+# others'. Set to 0 to always show the entire list.
+#
+# Default value: 0
+###
+supybot.reply.format.list.maximumItems: 0
+
+###
+# Determines how timestamps printed for human reading should be
+# formatted. Refer to the Python documentation for the time module to
+# see valid formatting characters for time formats.
+#
+# Default value: %Y-%m-%dT%H:%M:%S%z
+###
+supybot.reply.format.time: %Y-%m-%dT%H:%M:%S%z
+
+###
+# Determines whether elapsed times will be given as "1 day, 2 hours, 3
+# minutes, and 15 seconds" or as "1d 2h 3m 15s".
+#
+# Default value: False
+###
+supybot.reply.format.time.elapsed.short: False
+
+###
+# Determines how urls should be formatted.
+#
+# Default value: <%s>
+###
+supybot.reply.format.url: <%s>
+
+###
+# Determines whether the bot will reply privately when replying in a
+# channel, rather than replying to the whole channel.
+#
+# Default value: False
+###
+supybot.reply.inPrivate: False
+
+###
+# Determines the absolute maximum length of the bot's reply -- no reply
+# will be passed through the bot with a length greater than this.
+#
+# Default value: 131072
+###
+supybot.reply.maximumLength: 131072
+
+###
+# Determines whether the bot will break up long messages into chunks and
+# allow users to use the 'more' command to get the remaining chunks.
+#
+# Default value: True
+###
+supybot.reply.mores: True
+
+###
+# Determines how many mores will be sent instantly (i.e., without the
+# use of the more command, immediately when they are formed). Defaults
+# to 1, which means that a more command will be required for all but the
+# first chunk.
+#
+# Default value: 1
+###
+supybot.reply.mores.instant: 1
+
+###
+# Determines how long individual chunks will be. If set to 0, uses our
+# super-tweaked, get-the-most-out-of-an-individual-message default.
+#
+# Default value: 0
+###
+supybot.reply.mores.length: 0
+
+###
+# Determines what the maximum number of chunks (for use with the 'more'
+# command) will be.
+#
+# Default value: 50
+###
+supybot.reply.mores.maximum: 50
+
+###
+# Determines whether the bot will send multi-message replies in a single
+# message. This defaults to True in order to prevent the bot from
+# flooding. If this is set to False the bot will send multi-message
+# replies on multiple lines.
+#
+# Default value: True
+###
+supybot.reply.oneToOne: True
+
+###
+# Determines whether the bot will allow you to send channel-related
+# commands outside of that channel. Sometimes people find it confusing
+# if a channel-related command (like Filter.outfilter) changes the
+# behavior of the channel but was sent outside the channel itself.
+#
+# Default value: False
+###
+supybot.reply.requireChannelCommandsToBeSentInChannel: False
+
+###
+# Supybot normally replies with the full help whenever a user misuses a
+# command. If this value is set to True, the bot will only reply with
+# the syntax of the command (the first line of the help) rather than the
+# full help.
+#
+# Default value: False
+###
+supybot.reply.showSimpleSyntax: False
+
+###
+# Determines what prefix characters the bot will reply to. A prefix
+# character is a single character that the bot will use to determine
+# what messages are addressed to it; when there are no prefix characters
+# set, it just uses its nick. Each character in this string is
+# interpreted individually; you can have multiple prefix chars
+# simultaneously, and if any one of them is used as a prefix the bot
+# will assume it is being addressed.
+#
+# Default value:
+###
+supybot.reply.whenAddressedBy.chars: @
+
+###
+# Determines whether the bot will reply when people address it by its
+# nick, rather than with a prefix character.
+#
+# Default value: True
+###
+supybot.reply.whenAddressedBy.nick: True
+
+###
+# Determines whether the bot will reply when people address it by its
+# nick at the end of the message, rather than at the beginning.
+#
+# Default value: False
+###
+supybot.reply.whenAddressedBy.nick.atEnd: False
+
+###
+# Determines what extra nicks the bot will always respond to when
+# addressed by, even if its current nick is something else.
+#
+# Default value:
+###
+supybot.reply.whenAddressedBy.nicks:
+
+###
+# Determines what strings the bot will reply to when they are at the
+# beginning of the message. Whereas prefix.chars can only be one
+# character (although there can be many of them), this variable is a
+# space-separated list of strings, so you can set something like '@@ ??'
+# and the bot will reply when a message is prefixed by either @@ or ??.
+#
+# Default value:
+###
+supybot.reply.whenAddressedBy.strings:
+
+###
+# Determines whether the bot should attempt to reply to all messages
+# even if they don't address it (either via its nick or a prefix
+# character). If you set this to True, you almost certainly want to set
+# supybot.reply.whenNotCommand to False.
+#
+# Default value: False
+###
+supybot.reply.whenNotAddressed: False
+
+###
+# Determines whether the bot will reply with an error message when it is
+# addressed but not given a valid command. If this value is False, the
+# bot will remain silent, as long as no other plugins override the
+# normal behavior.
+#
+# Default value: True
+###
+supybot.reply.whenNotCommand: True
+
+###
+# Determines whether the bot will always prefix the user's nick to its
+# reply to that user's command.
+#
+# Default value: True
+###
+supybot.reply.withNickPrefix: True
+
+###
+# Determines whether the bot will reply with a notice when replying in a
+# channel, rather than replying with a privmsg as normal.
+#
+# Default value: False
+###
+supybot.reply.withNotice: False
+
+###
+# Determines whether the bot will reply with a notice when it is sending
+# a private message, in order not to open a /query window in clients.
+#
+# Default value: True
+###
+supybot.reply.withNoticeWhenPrivate: True
+
+###
+# Determines the path of the file served as favicon to browsers.
+#
+# Default value:
+###
+supybot.servers.http.favicon:
+
+###
+# Space-separated list of IPv4 hosts the HTTP server will bind.
+#
+# Default value: 0.0.0.0
+###
+supybot.servers.http.hosts4: 0.0.0.0
+
+###
+# Space-separated list of IPv6 hosts the HTTP server will bind.
+#
+# Default value: ::0
+###
+supybot.servers.http.hosts6: ::0
+
+###
+# Determines whether the server will stay alive if no plugin is using
+# it. This also means that the server will start even if it is not used.
+#
+# Default value: False
+###
+supybot.servers.http.keepAlive: False
+
+###
+# Determines what port the HTTP server will bind.
+#
+# Default value: 8080
+###
+supybot.servers.http.port: 8080
+
+###
+# Determines the public URL of the server. By default it is
+# http://<hostname>:<port>/, but you will want to change this if there
+# is a reverse proxy (nginx, apache, ...) in front of the bot.
+#
+# Default value:
+###
+supybot.servers.http.publicUrl:
+
+###
+# If true, uses IPV6_V6ONLY to disable forwaring of IPv4 traffic to IPv6
+# sockets. On *nix, has the same effect as setting kernel variable
+# net.ipv6.bindv6only to 1.
+#
+# Default value: True
+###
+supybot.servers.http.singleStack: True
+
+###
+# A floating point number of seconds to throttle snarfed URLs, in order
+# to prevent loops between two bots snarfing the same URLs and having
+# the snarfed URL in the output of the snarf message.
+#
+# Default value: 10.0
+###
+supybot.snarfThrottle: 10.0
+
+###
+# Determines the number of seconds between running the upkeep function
+# that flushes (commits) open databases, collects garbage, and records
+# some useful statistics at the debugging level.
+#
+# Default value: 3600
+###
+supybot.upkeepInterval: 3600
+
+###
+# Determines the real name which the bot sends to the server. A standard
+# real name using the current version of the bot will be generated if
+# this is left empty.
+#
+# Default value: Limnoria $version
+###
+supybot.user: Limnoria $version