mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-02 00:23:02 +01:00
7132 lines
183 KiB
Plaintext
7132 lines
183 KiB
Plaintext
|
||
######
|
||
# 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: 12
|
||
|
||
###
|
||
# 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 whether the bot will defend itself against CTCP flooding.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.abuse.flood.ctcp: True
|
||
|
||
###
|
||
# Determines how many CTCP messages (not including actions) the bot will
|
||
# reply to from a given user in a minute. If a user sends more than this
|
||
# many CTCP messages in a 60 second period, the bot will ignore CTCP
|
||
# messages from this user for supybot.abuse.flood.ctcp.punishment
|
||
# seconds.
|
||
#
|
||
# Default value: 5
|
||
###
|
||
supybot.abuse.flood.ctcp.maximum: 5
|
||
|
||
###
|
||
# Determines how many seconds the bot will ignore CTCP messages from
|
||
# users who flood it with CTCP messages.
|
||
#
|
||
# Default value: 300
|
||
###
|
||
supybot.abuse.flood.ctcp.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: -trusted -owner -admin
|
||
###
|
||
supybot.capabilities: -aka.list -messageparser.add -owner -user.changename -aka.unlock -nopunish -trusted -admin -aka.add -ctcp.version -aka.lock -aka.remove -linkrelay.list
|
||
|
||
###
|
||
# 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.
|
||
#
|
||
# 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:
|
||
|
||
###
|
||
# 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.calc: Math
|
||
supybot.commands.defaultPlugins.capabilities: User
|
||
supybot.commands.defaultPlugins.channel: Config
|
||
supybot.commands.defaultPlugins.dict: Aka
|
||
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: Misc Channel Config User Admin Owner
|
||
###
|
||
supybot.commands.defaultPlugins.importantPlugins: Misc Channel Config User Admin Owner
|
||
supybot.commands.defaultPlugins.list: Misc
|
||
supybot.commands.defaultPlugins.lucky: Searx
|
||
supybot.commands.defaultPlugins.notice: Aka
|
||
supybot.commands.defaultPlugins.reload: Owner
|
||
supybot.commands.defaultPlugins.removecapability: Admin
|
||
supybot.commands.defaultPlugins.tell: Later
|
||
supybot.commands.defaultPlugins.title: Web
|
||
supybot.commands.defaultPlugins.translate: WikiTrans
|
||
supybot.commands.defaultPlugins.undo: Later
|
||
supybot.commands.defaultPlugins.unignore: Admin
|
||
supybot.commands.defaultPlugins.uptime: Status
|
||
supybot.commands.defaultPlugins.weather: WunderWeather
|
||
supybot.commands.defaultPlugins.whois: Network
|
||
|
||
###
|
||
# 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: sqlalchemy sqlite3 anydbm dbm cdb flat pickle
|
||
###
|
||
supybot.databases:
|
||
|
||
###
|
||
# 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 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: False
|
||
|
||
###
|
||
# 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: /home/users/mikaela/Dysforiav2/backup
|
||
|
||
###
|
||
# Determines what directory configuration data is put into.
|
||
#
|
||
# Default value: conf
|
||
###
|
||
supybot.directories.conf: /home/users/mikaela/Dysforiav2/conf
|
||
|
||
###
|
||
# Determines what directory data is put into.
|
||
#
|
||
# Default value: data
|
||
###
|
||
supybot.directories.data: /home/users/mikaela/Dysforiav2/data
|
||
|
||
###
|
||
# Determines what directory temporary files are put into.
|
||
#
|
||
# Default value: tmp
|
||
###
|
||
supybot.directories.data.tmp: /home/users/mikaela/Dysforiav2/data/tmp
|
||
|
||
###
|
||
# Determines what directory files of the web server (templates, custom
|
||
# images, ...) are put into.
|
||
#
|
||
# Default value: web
|
||
###
|
||
supybot.directories.data.web: /home/users/mikaela/Dysforiav2/data/web
|
||
|
||
###
|
||
# Determines what directory the bot will store its logfiles in.
|
||
#
|
||
# Default value: logs
|
||
###
|
||
supybot.directories.log: /home/users/mikaela/Dysforiav2/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: /home/users/mikaela/Dysforiav2/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 what driver module the bot will use. The default is Socket
|
||
# which is simple and stable and supports SSL. Twisted doesn't work if
|
||
# the IRC server which you are connecting to has IPv6 (most of them do).
|
||
#
|
||
# 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).
|
||
#
|
||
# 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: True
|
||
|
||
###
|
||
# Determines the bot's ident string, if the server doesn't provide one
|
||
# by default.
|
||
#
|
||
# Default value: limnoria
|
||
###
|
||
supybot.ident: Euforia
|
||
|
||
###
|
||
# Determines the bot's default language if translations exist. Currently
|
||
# supported are 'de', 'en', 'es', 'fi', 'fr' and 'it'.
|
||
#
|
||
# Default value: 'en\n'
|
||
###
|
||
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: True
|
||
|
||
###
|
||
# 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: ircnet freenode pirateirc piraatitslack
|
||
|
||
###
|
||
# Determines what certificate file (if any) the bot will use to connect
|
||
# with SSL sockets to freenode.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.freenode.certfile:
|
||
|
||
###
|
||
# Space-separated list of channels the bot will join only on freenode.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.freenode.channels: CENSORED
|
||
|
||
###
|
||
# Determines what key (if any) will be used to join the channel.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.freenode.channels.key: CENSORED
|
||
|
||
###
|
||
# 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.freenode.ident:
|
||
|
||
###
|
||
# Determines what nick the bot will use on this network. If empty,
|
||
# defaults to supybot.nick.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.freenode.nick: ]o[
|
||
|
||
###
|
||
# Determines what password will be used on freenode. 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.freenode.password: CENSORED
|
||
|
||
###
|
||
# Determines whether the bot will connect in plain text to freenode but
|
||
# require STARTTLS before authentication. This is ignored if the
|
||
# connection already uses SSL.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.networks.freenode.requireStarttls: False
|
||
|
||
###
|
||
# Determines what SASL ECDSA key (if any) will be used on freenode. The
|
||
# public key must be registered with NickServ for SASL ECDSA-NIST256P-
|
||
# CHALLENGE to work.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.freenode.sasl.ecdsa_key: /home/users/mikaela/Dysforiav2/Dysforiav2_ecdsa.pem
|
||
|
||
###
|
||
# Determines what SASL mechanisms will be tried and in which order.
|
||
#
|
||
# Default value: ecdsa-nist256p-challenge external plain
|
||
###
|
||
supybot.networks.freenode.sasl.mechanisms: ecdsa-nist256p-challenge external plain
|
||
|
||
###
|
||
# Determines what SASL password will be used on freenode.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.freenode.sasl.password: CENSORED
|
||
|
||
###
|
||
# Determines what SASL username will be used on freenode. This should be
|
||
# the bot's account name. Due to the way SASL works, you can't use any
|
||
# grouped nick.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.freenode.sasl.username: Euforia
|
||
|
||
###
|
||
# Space-separated list of servers the bot will connect to for freenode.
|
||
# Each will be tried in order, wrapping back to the first when the cycle
|
||
# is completed.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.freenode.servers: chat.freenode.net:6697 chat.freenode.net:7000 chat.freenode.net:7070
|
||
|
||
###
|
||
# If not empty, determines the hostname of the socks proxy that will be
|
||
# used to connect to this network.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.freenode.socksproxy:
|
||
|
||
###
|
||
# Determines whether the bot will attempt to connect with SSL sockets to
|
||
# freenode.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.networks.freenode.ssl: True
|
||
|
||
###
|
||
# A certificate that is trusted to verify certificates of this network
|
||
# (aka. Certificate Authority).
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.freenode.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.freenode.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.freenode.umodes:
|
||
|
||
###
|
||
# Determines the real name which the bot sends to the server. If empty,
|
||
# defaults to supybot.user
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.freenode.user:
|
||
|
||
###
|
||
# Determines what certificate file (if any) the bot will use to connect
|
||
# with SSL sockets to ircnet.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.ircnet.certfile:
|
||
|
||
###
|
||
# Space-separated list of channels the bot will join only on ircnet.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.ircnet.channels: CENSORED
|
||
|
||
###
|
||
# Determines what key (if any) will be used to join the channel.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.ircnet.channels.key: CENSORED
|
||
|
||
###
|
||
# 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.ircnet.ident:
|
||
|
||
###
|
||
# Determines what nick the bot will use on this network. If empty,
|
||
# defaults to supybot.nick.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.ircnet.nick: ]o[
|
||
|
||
###
|
||
# Determines what password will be used on ircnet. 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.ircnet.password: CENSORED
|
||
|
||
###
|
||
# Determines whether the bot will connect in plain text to ircnet but
|
||
# require STARTTLS before authentication. This is ignored if the
|
||
# connection already uses SSL.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.networks.ircnet.requireStarttls: False
|
||
|
||
###
|
||
# Determines what SASL ECDSA key (if any) will be used on ircnet. The
|
||
# public key must be registered with NickServ for SASL ECDSA-NIST256P-
|
||
# CHALLENGE to work.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.ircnet.sasl.ecdsa_key:
|
||
|
||
###
|
||
# Determines what SASL mechanisms will be tried and in which order.
|
||
#
|
||
# Default value: ecdsa-nist256p-challenge external plain
|
||
###
|
||
supybot.networks.ircnet.sasl.mechanisms: ecdsa-nist256p-challenge external plain
|
||
|
||
###
|
||
# Determines what SASL password will be used on ircnet.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.ircnet.sasl.password: CENSORED
|
||
|
||
###
|
||
# Determines what SASL username will be used on ircnet. This should be
|
||
# the bot's account name. Due to the way SASL works, you can't use any
|
||
# grouped nick.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.ircnet.sasl.username:
|
||
|
||
###
|
||
# Space-separated list of servers the bot will connect to for ircnet.
|
||
# Each will be tried in order, wrapping back to the first when the cycle
|
||
# is completed.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.ircnet.servers: irc.nebula.fi:6667 irc.cs.tut.fi:6667 irc.cs.hut.fi:6667 irc.elisa.fi:6667 irc.saunalahti.fi:6667
|
||
|
||
###
|
||
# If not empty, determines the hostname of the socks proxy that will be
|
||
# used to connect to this network.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.ircnet.socksproxy:
|
||
|
||
###
|
||
# Determines whether the bot will attempt to connect with SSL sockets to
|
||
# ircnet.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.networks.ircnet.ssl: False
|
||
|
||
###
|
||
# A certificate that is trusted to verify certificates of this network
|
||
# (aka. Certificate Authority).
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.ircnet.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.ircnet.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.ircnet.umodes:
|
||
|
||
###
|
||
# Determines the real name which the bot sends to the server. If empty,
|
||
# defaults to supybot.user
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.ircnet.user:
|
||
|
||
###
|
||
# Determines what certificate file (if any) the bot will use to connect
|
||
# with SSL sockets to piraatitslack.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.piraatitslack.certfile:
|
||
|
||
###
|
||
# Space-separated list of channels the bot will join only on
|
||
# piraatitslack.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.piraatitslack.channels: CENSORED
|
||
|
||
###
|
||
# Determines what key (if any) will be used to join the channel.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.piraatitslack.channels.key: CENSORED
|
||
|
||
###
|
||
# 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.piraatitslack.ident: euforia
|
||
|
||
###
|
||
# Determines what nick the bot will use on this network. If empty,
|
||
# defaults to supybot.nick.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.piraatitslack.nick: Euforia
|
||
|
||
###
|
||
# Determines what password will be used on piraatitslack. 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.piraatitslack.password: CENSORED
|
||
|
||
###
|
||
# Determines whether the bot will connect in plain text to piraatitslack
|
||
# but require STARTTLS before authentication. This is ignored if the
|
||
# connection already uses SSL.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.networks.piraatitslack.requireStarttls: False
|
||
|
||
###
|
||
# Determines what SASL ECDSA key (if any) will be used on piraatitslack.
|
||
# The public key must be registered with NickServ for SASL ECDSA-
|
||
# NIST256P-CHALLENGE to work.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.piraatitslack.sasl.ecdsa_key:
|
||
|
||
###
|
||
# Determines what SASL mechanisms will be tried and in which order.
|
||
#
|
||
# Default value: ecdsa-nist256p-challenge external plain
|
||
###
|
||
supybot.networks.piraatitslack.sasl.mechanisms: ecdsa-nist256p-challenge external plain
|
||
|
||
###
|
||
# Determines what SASL password will be used on piraatitslack.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.piraatitslack.sasl.password: CENSORED
|
||
|
||
###
|
||
# Determines what SASL username will be used on piraatitslack. This
|
||
# should be the bot's account name. Due to the way SASL works, you can't
|
||
# use any grouped nick.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.piraatitslack.sasl.username:
|
||
|
||
###
|
||
# Space-separated list of servers the bot will connect to for
|
||
# piraatitslack. Each will be tried in order, wrapping back to the first
|
||
# when the cycle is completed.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.piraatitslack.servers: piraatit.irc.slack.com:6697
|
||
|
||
###
|
||
# If not empty, determines the hostname of the socks proxy that will be
|
||
# used to connect to this network.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.piraatitslack.socksproxy:
|
||
|
||
###
|
||
# Determines whether the bot will attempt to connect with SSL sockets to
|
||
# piraatitslack.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.networks.piraatitslack.ssl: True
|
||
|
||
###
|
||
# A certificate that is trusted to verify certificates of this network
|
||
# (aka. Certificate Authority).
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.piraatitslack.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.piraatitslack.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.piraatitslack.umodes:
|
||
|
||
###
|
||
# Determines the real name which the bot sends to the server. If empty,
|
||
# defaults to supybot.user
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.piraatitslack.user:
|
||
|
||
###
|
||
# Determines what certificate file (if any) the bot will use to connect
|
||
# with SSL sockets to pirateirc.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.pirateirc.certfile:
|
||
|
||
###
|
||
# Space-separated list of channels the bot will join only on pirateirc.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.pirateirc.channels: CENSORED
|
||
|
||
###
|
||
# Determines what key (if any) will be used to join the channel.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.pirateirc.channels.key: CENSORED
|
||
|
||
###
|
||
# 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.pirateirc.ident:
|
||
|
||
###
|
||
# Determines what nick the bot will use on this network. If empty,
|
||
# defaults to supybot.nick.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.pirateirc.nick: ]o[
|
||
|
||
###
|
||
# Determines what password will be used on pirateirc. 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.pirateirc.password: CENSORED
|
||
|
||
###
|
||
# Determines whether the bot will connect in plain text to pirateirc but
|
||
# require STARTTLS before authentication. This is ignored if the
|
||
# connection already uses SSL.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.networks.pirateirc.requireStarttls: False
|
||
|
||
###
|
||
# Determines what SASL ECDSA key (if any) will be used on pirateirc. The
|
||
# public key must be registered with NickServ for SASL ECDSA-NIST256P-
|
||
# CHALLENGE to work.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.pirateirc.sasl.ecdsa_key:
|
||
|
||
###
|
||
# Determines what SASL mechanisms will be tried and in which order.
|
||
#
|
||
# Default value: ecdsa-nist256p-challenge external plain
|
||
###
|
||
supybot.networks.pirateirc.sasl.mechanisms: ecdsa-nist256p-challenge external plain
|
||
|
||
###
|
||
# Determines what SASL password will be used on pirateirc.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.pirateirc.sasl.password: CENSORED
|
||
|
||
###
|
||
# Determines what SASL username will be used on pirateirc. This should
|
||
# be the bot's account name. Due to the way SASL works, you can't use
|
||
# any grouped nick.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.pirateirc.sasl.username: Euforia
|
||
|
||
###
|
||
# Space-separated list of servers the bot will connect to for pirateirc.
|
||
# Each will be tried in order, wrapping back to the first when the cycle
|
||
# is completed.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.pirateirc.servers: fi.pirateirc.net:6697 se.pirateirc.net:6697 au.pirateirc.net:6697 irc.pirateirc.net:6697
|
||
|
||
###
|
||
# If not empty, determines the hostname of the socks proxy that will be
|
||
# used to connect to this network.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.pirateirc.socksproxy:
|
||
|
||
###
|
||
# Determines whether the bot will attempt to connect with SSL sockets to
|
||
# pirateirc.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.networks.pirateirc.ssl: True
|
||
|
||
###
|
||
# A certificate that is trusted to verify certificates of this network
|
||
# (aka. Certificate Authority).
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.pirateirc.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.pirateirc.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.pirateirc.umodes:
|
||
|
||
###
|
||
# Determines the real name which the bot sends to the server. If empty,
|
||
# defaults to supybot.user
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.networks.pirateirc.user:
|
||
|
||
###
|
||
# Determines the bot's default nick.
|
||
#
|
||
# Default value: supybot
|
||
###
|
||
supybot.nick: ]o[
|
||
|
||
###
|
||
# 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: Dysforia %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: /home/users/mikaela/Dysforiav2/Dysforiav2.pid
|
||
|
||
###
|
||
# Determines what plugins will be loaded.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins: Owner Aka URL User Filter Herald Json Later ChannelLogger Admin LinkRelay Plugin dict MessageParser Factoids NickAuth Karma Math Reply Sudo sudo Config String factoids Todo Wikipedia WebDoc Utilities Kickme Nickometer Unix Internet WunderWeather WikiTrans Note Channel Debug MoobotFactoids Time Anonymous Relay Network Conditional Google Games Web Misc Topic Twitter AutoMode Ctcp Format GitHub NickCapture Searx Dict Status AttackProtector Scheduler Limiter RSS Seen
|
||
|
||
###
|
||
# 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.Aka: True
|
||
|
||
###
|
||
# The maximum number of words allowed in a command name. Setting this to
|
||
# an high value may slow down your bot on long commands.
|
||
#
|
||
# Default value: 5
|
||
###
|
||
supybot.plugins.Aka.maximumWordsInName: 5
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Aka.public: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Anonymous: True
|
||
|
||
###
|
||
# Determines whether the bot will allow the "tell" command to be used.
|
||
# If true, the bot will allow the "tell" command to send private
|
||
# messages to other users.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Anonymous.allowPrivateTarget: False
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Anonymous.public: False
|
||
|
||
###
|
||
# Determines what capability (if any) the bot should require people
|
||
# trying to use this plugin to have.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.Anonymous.requireCapability: owner
|
||
|
||
###
|
||
# Determines whether the bot should require people trying to use this
|
||
# plugin to be in the channel they wish to anonymously send to.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Anonymous.requirePresenceInChannel: False
|
||
|
||
###
|
||
# Determines whether the bot should require people trying to use this
|
||
# plugin to be registered.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Anonymous.requireRegistration: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.AttackProtector: True
|
||
|
||
###
|
||
# Determines how long (in seconds) the plugin will wait before being
|
||
# enabled. A too low value makes the bot believe that its incoming
|
||
# messages 'flood' on connection is an attack.
|
||
#
|
||
# Default value: 10
|
||
###
|
||
supybot.plugins.AttackProtector.delay: 10
|
||
|
||
###
|
||
# Determines whether or not AttackProtector is enabled on this channel.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.AttackProtector.enable: False
|
||
supybot.plugins.AttackProtector.enable.##Mikaela: True
|
||
supybot.plugins.AttackProtector.enable.#cybersecurity[m]: True
|
||
supybot.plugins.AttackProtector.enable.#lokalisointi: False
|
||
|
||
###
|
||
# If a user has this capability, they won't be punished by
|
||
# AttackProtector
|
||
#
|
||
# Default value: nopunish
|
||
###
|
||
supybot.plugins.AttackProtector.exempt: nopunish
|
||
|
||
###
|
||
# In the format XpY, where X is the number of groupjoin per Y seconds
|
||
# that triggers the punishment.
|
||
#
|
||
# Default value: 20p10
|
||
###
|
||
supybot.plugins.AttackProtector.groupjoin.detection: 20p10
|
||
|
||
###
|
||
# The kick message used when a user abuses the channel with this kind of
|
||
# flood. If empty, defaults to
|
||
# supybot.plugins.AttackProtector.kickmessage.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.AttackProtector.groupjoin.kickmessage:
|
||
|
||
###
|
||
# Determines the punishment applied when a groupjoin flood is detected.
|
||
#
|
||
# Default value: mode+i
|
||
###
|
||
supybot.plugins.AttackProtector.groupjoin.punishment: command utilities ignore
|
||
|
||
###
|
||
# In the format XpY, where X is the number of groupknock per Y seconds
|
||
# that triggers the punishment.
|
||
#
|
||
# Default value: 7p20
|
||
###
|
||
supybot.plugins.AttackProtector.groupknock.detection: 7p20
|
||
|
||
###
|
||
# The kick message used when a user abuses the channel with this kind of
|
||
# flood. If empty, defaults to
|
||
# supybot.plugins.AttackProtector.kickmessage.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.AttackProtector.groupknock.kickmessage:
|
||
|
||
###
|
||
# Determines the punishment applied when a groupknock flood is detected.
|
||
#
|
||
# Default value: mode+K
|
||
###
|
||
supybot.plugins.AttackProtector.groupknock.punishment: command utilities ignore
|
||
|
||
###
|
||
# In the format XpY, where X is the number of groupmessage per Y seconds
|
||
# that triggers the punishment.
|
||
#
|
||
# Default value: 20p20
|
||
###
|
||
supybot.plugins.AttackProtector.groupmessage.detection: 20p20
|
||
|
||
###
|
||
# The kick message used when a user abuses the channel with this kind of
|
||
# flood. If empty, defaults to
|
||
# supybot.plugins.AttackProtector.kickmessage.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.AttackProtector.groupmessage.kickmessage:
|
||
|
||
###
|
||
# Determines the punishment applied when a groupmessage flood is
|
||
# detected.
|
||
#
|
||
# Default value: mode+m
|
||
###
|
||
supybot.plugins.AttackProtector.groupmessage.punishment: command utilities ignore
|
||
|
||
###
|
||
# In the format XpY, where X is the number of groupnick per Y seconds
|
||
# that triggers the punishment.
|
||
#
|
||
# Default value: 20p10
|
||
###
|
||
supybot.plugins.AttackProtector.groupnick.detection: 20p10
|
||
|
||
###
|
||
# The kick message used when a user abuses the channel with this kind of
|
||
# flood. If empty, defaults to
|
||
# supybot.plugins.AttackProtector.kickmessage.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.AttackProtector.groupnick.kickmessage:
|
||
|
||
###
|
||
# Determines the punishment applied when a groupnick flood is detected.
|
||
#
|
||
# Default value: mode+N
|
||
###
|
||
supybot.plugins.AttackProtector.groupnick.punishment: command utilities ignore
|
||
|
||
###
|
||
# In the format XpY, where X is the number of grouppart per Y seconds
|
||
# that triggers the punishment.
|
||
#
|
||
# Default value: 20p10
|
||
###
|
||
supybot.plugins.AttackProtector.grouppart.detection: 20p10
|
||
|
||
###
|
||
# The kick message used when a user abuses the channel with this kind of
|
||
# flood. If empty, defaults to
|
||
# supybot.plugins.AttackProtector.kickmessage.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.AttackProtector.grouppart.kickmessage:
|
||
|
||
###
|
||
# Determines the punishment applied when a grouppart flood is detected.
|
||
#
|
||
# Default value: mode+i
|
||
###
|
||
supybot.plugins.AttackProtector.grouppart.punishment: command utilities ignore
|
||
|
||
###
|
||
# In the format XpY, where X is the number of join per Y seconds that
|
||
# triggers the punishment.
|
||
#
|
||
# Default value: 5p10
|
||
###
|
||
supybot.plugins.AttackProtector.join.detection: 5p10
|
||
|
||
###
|
||
# The kick message used when a user abuses the channel with this kind of
|
||
# flood. If empty, defaults to
|
||
# supybot.plugins.AttackProtector.kickmessage.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.AttackProtector.join.kickmessage:
|
||
|
||
###
|
||
# Determines the punishment applied when a join flood is detected.
|
||
#
|
||
# Default value: ban
|
||
###
|
||
supybot.plugins.AttackProtector.join.punishment: command utilities ignore
|
||
|
||
###
|
||
# In the format XpY, where X is the number of kicked per Y seconds that
|
||
# triggers the punishment.
|
||
#
|
||
# Default value: 5p60
|
||
###
|
||
supybot.plugins.AttackProtector.kicked.detection: 3p3600
|
||
|
||
###
|
||
# The kick message used when a user abuses the channel with this kind of
|
||
# flood. If empty, defaults to
|
||
# supybot.plugins.AttackProtector.kickmessage.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.AttackProtector.kicked.kickmessage:
|
||
|
||
###
|
||
# Determines the punishment applied when user has been kicked multiple
|
||
# times.
|
||
#
|
||
# Default value: kban
|
||
###
|
||
supybot.plugins.AttackProtector.kicked.punishment: kban+900
|
||
|
||
###
|
||
# The kick message used when a user abuses the channel. $kind will be
|
||
# replaced with the kind of attack.
|
||
#
|
||
# Default value: $kind flood detected
|
||
###
|
||
supybot.plugins.AttackProtector.kickmessage: $kind flood detected
|
||
|
||
###
|
||
# In the format XpY, where X is the number of knock per Y seconds that
|
||
# triggers the punishment.
|
||
#
|
||
# Default value: 5p20
|
||
###
|
||
supybot.plugins.AttackProtector.knock.detection: 5p20
|
||
|
||
###
|
||
# The kick message used when a user abuses the channel with this kind of
|
||
# flood. If empty, defaults to
|
||
# supybot.plugins.AttackProtector.kickmessage.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.AttackProtector.knock.kickmessage:
|
||
|
||
###
|
||
# Determines the punishment applied when a knock flood is detected.
|
||
#
|
||
# Default value: mode+K
|
||
###
|
||
supybot.plugins.AttackProtector.knock.punishment: command utilities ignore
|
||
|
||
###
|
||
# In the format XpY, where X is the number of message per Y seconds that
|
||
# triggers the punishment.
|
||
#
|
||
# Default value: 10p20
|
||
###
|
||
supybot.plugins.AttackProtector.message.detection: 10p20
|
||
supybot.plugins.AttackProtector.message.detection.##Mikaela: 10p25
|
||
|
||
###
|
||
# The kick message used when a user abuses the channel with this kind of
|
||
# flood. If empty, defaults to
|
||
# supybot.plugins.AttackProtector.kickmessage.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.AttackProtector.message.kickmessage:
|
||
|
||
###
|
||
# Determines the punishment applied when a message flood is detected.
|
||
#
|
||
# Default value: kick
|
||
###
|
||
supybot.plugins.AttackProtector.message.punishment: kick
|
||
supybot.plugins.AttackProtector.message.punishment.##Mikaela: command utilities ignore
|
||
|
||
###
|
||
# In the format XpY, where X is the number of nick per Y seconds that
|
||
# triggers the punishment.
|
||
#
|
||
# Default value: 7p300
|
||
###
|
||
supybot.plugins.AttackProtector.nick.detection: 7p300
|
||
|
||
###
|
||
# The kick message used when a user abuses the channel with this kind of
|
||
# flood. If empty, defaults to
|
||
# supybot.plugins.AttackProtector.kickmessage.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.AttackProtector.nick.kickmessage:
|
||
|
||
###
|
||
# Determines the punishment applied when a nick flood is detected.
|
||
#
|
||
# Default value: ban
|
||
###
|
||
supybot.plugins.AttackProtector.nick.punishment: command utilities ignore
|
||
|
||
###
|
||
# In the format XpY, where X is the number of part per Y seconds that
|
||
# triggers the punishment.
|
||
#
|
||
# Default value: 4p5
|
||
###
|
||
supybot.plugins.AttackProtector.part.detection: 4p5
|
||
|
||
###
|
||
# The kick message used when a user abuses the channel with this kind of
|
||
# flood. If empty, defaults to
|
||
# supybot.plugins.AttackProtector.kickmessage.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.AttackProtector.part.kickmessage:
|
||
|
||
###
|
||
# Determines the punishment applied when a part flood is detected.
|
||
#
|
||
# Default value: ban
|
||
###
|
||
supybot.plugins.AttackProtector.part.punishment: command utilities ignore
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.AttackProtector.public: False
|
||
|
||
###
|
||
# 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: False
|
||
|
||
###
|
||
# 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: False
|
||
supybot.plugins.AutoMode.enable.##abgilpqt+-filter: False
|
||
supybot.plugins.AutoMode.enable.#akunapu: True
|
||
supybot.plugins.AutoMode.enable.#disobey\.fi: True
|
||
supybot.plugins.AutoMode.enable.#piraattipuolue: 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: True
|
||
|
||
###
|
||
# 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: True
|
||
|
||
###
|
||
# 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: True
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.AutoMode.public: False
|
||
|
||
###
|
||
# 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: True
|
||
|
||
###
|
||
# 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: $version
|
||
###
|
||
supybot.plugins.Channel.partMsg: https://mikaela.info/
|
||
|
||
###
|
||
# 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.ChannelLogger: False
|
||
|
||
###
|
||
# Determines whether the bot will partition its channel logs into
|
||
# separate directories based on different criteria.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.ChannelLogger.directories: True
|
||
|
||
###
|
||
# Determines whether the bot will use a channel directory if using
|
||
# directories.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.ChannelLogger.directories.channel: True
|
||
|
||
###
|
||
# Determines whether the bot will use a network directory if using
|
||
# directories.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.ChannelLogger.directories.network: True
|
||
|
||
###
|
||
# Determines whether the bot will use a timestamp (determined by
|
||
# supybot.plugins.ChannelLogger.directories.timestamp.format) if using
|
||
# directories.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.ChannelLogger.directories.timestamp: False
|
||
|
||
###
|
||
# Determines what timestamp format will be used in the directory
|
||
# structure for channel logs if
|
||
# supybot.plugins.ChannelLogger.directories.timestamp is True.
|
||
#
|
||
# Default value: %B
|
||
###
|
||
supybot.plugins.ChannelLogger.directories.timestamp.format: %B
|
||
|
||
###
|
||
# Determines whether logging is enabled.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.ChannelLogger.enable: True
|
||
|
||
###
|
||
# Determines how to represent the timestamp used for the filename in
|
||
# rotated logs. When this timestamp changes, the old logfiles will be
|
||
# closed and a new one started. The format characters for the timestamp
|
||
# are in the time.strftime docs at python.org. In order for your logs to
|
||
# be rotated, you'll also have to enable
|
||
# supybot.plugins.ChannelLogger.rotateLogs.
|
||
#
|
||
# Default value: %Y-%m-%d
|
||
###
|
||
supybot.plugins.ChannelLogger.filenameTimestamp: %Y-%m-%d
|
||
|
||
###
|
||
# Determines whether channel logfiles will be flushed anytime they're
|
||
# written to, rather than being buffered by the operating system.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.ChannelLogger.flushImmediately: True
|
||
|
||
###
|
||
# Determines what string a message should be prefixed with in order not
|
||
# to be logged. If you don't want any such prefix, just set it to the
|
||
# empty string.
|
||
#
|
||
# Default value: [nolog]
|
||
###
|
||
supybot.plugins.ChannelLogger.noLogPrefix:
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.ChannelLogger.public: True
|
||
|
||
###
|
||
# Determines whether the bot will automatically rotate the logs for this
|
||
# channel. The bot will rotate logs when the timestamp for the log
|
||
# changes. The timestamp is set according to the 'filenameTimestamp'
|
||
# configuration variable.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.ChannelLogger.rotateLogs: False
|
||
|
||
###
|
||
# Determines wether joins and parts are logged
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.ChannelLogger.showJoinParts: True
|
||
|
||
###
|
||
# Determines whether formatting characters (such as bolding, color,
|
||
# etc.) are removed when writing the logs to disk.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.ChannelLogger.stripFormatting: True
|
||
|
||
###
|
||
# Determines whether the logs for this channel are timestamped with the
|
||
# timestamp in supybot.log.timestampFormat.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.ChannelLogger.timestamp: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Conditional: False
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Conditional.public: True
|
||
|
||
###
|
||
# 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.Ctcp: True
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Ctcp.public: False
|
||
|
||
###
|
||
# Determines what will be sent when a USERINFO query is received.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.Ctcp.userinfo: `/whois $nick $nick` ?
|
||
|
||
###
|
||
# Determines how many seconds the bot will wait after getting a version
|
||
# command (not a CTCP VERSION, but an actual call of the command in this
|
||
# plugin named "version") before replying with the results it has
|
||
# collected.
|
||
#
|
||
# Default value: 10
|
||
###
|
||
supybot.plugins.Ctcp.versionWait: 10
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Debug: True
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Debug.public: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Dict: False
|
||
|
||
###
|
||
# Determines the default dictionary the bot will ask for definitions in.
|
||
# If this value is '*' (without the quotes) the bot will use all
|
||
# dictionaries to define words.
|
||
#
|
||
# Default value: *
|
||
###
|
||
supybot.plugins.Dict.default: *
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Dict.public: True
|
||
|
||
###
|
||
# Determines what server the bot will retrieve definitions from.
|
||
#
|
||
# Default value: dict.org
|
||
###
|
||
supybot.plugins.Dict.server: dict.org
|
||
|
||
###
|
||
# Determines whether the bot will show which dictionaries responded to a
|
||
# query, if the selected dictionary is '*'.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Dict.showDictName: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Factoids: False
|
||
|
||
###
|
||
# Determines the format of the response given when a factoid's value is
|
||
# requested. All the standard substitutes apply, in addition to "$key"
|
||
# for the factoid's key and "$value" for the factoid's value.
|
||
#
|
||
# Default value: $value
|
||
###
|
||
supybot.plugins.Factoids.format: $value
|
||
|
||
###
|
||
# Determines whether we keep updating the usage count for each factoid,
|
||
# for popularity ranking.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Factoids.keepRankInfo: True
|
||
|
||
###
|
||
# Determines what separator must be used in the learn command. Defaults
|
||
# to 'is' -- learn <key> is <value>. Users might want to change this to
|
||
# something else, so it's configurable.
|
||
#
|
||
# Default value: is
|
||
###
|
||
supybot.plugins.Factoids.learnSeparator: is
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Factoids.public: True
|
||
|
||
###
|
||
# Determines the number of factoid keys returned by the factrank
|
||
# command.
|
||
#
|
||
# Default value: 20
|
||
###
|
||
supybot.plugins.Factoids.rankListLength: 20
|
||
|
||
###
|
||
# If you try to look up a nonexistent factoid, this setting make the bot
|
||
# try to find some possible matching keys through several approximate
|
||
# matching algorithms and return a list of matching keys, before giving
|
||
# up.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Factoids.replyApproximateSearchKeys: True
|
||
|
||
###
|
||
# Determines whether the bot will reply to invalid commands by searching
|
||
# for a factoid; basically making the whatis unnecessary when you want
|
||
# all factoids for a given key.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Factoids.replyWhenInvalidCommand: True
|
||
|
||
###
|
||
# Only allows a user with voice or above on a channel to use the 'learn'
|
||
# and 'forget' commands.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Factoids.requireVoice: True
|
||
|
||
###
|
||
# Determines whether the bot will reply with the single matching factoid
|
||
# if only one factoid matches when using the search command.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Factoids.showFactoidIfOnlyOneMatch: True
|
||
|
||
###
|
||
# Determines whether factoids can be displayed via the web server.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Factoids.web.channel: True
|
||
|
||
###
|
||
# Determines whether the Factoids plugins will be browsable on the HTTP
|
||
# server.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Factoids.web.enable: False
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Filter: True
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Filter.public: True
|
||
|
||
###
|
||
# Determines the minimum number of a letters in a word before it will be
|
||
# shrunken by the shrink command/filter.
|
||
#
|
||
# Default value: 4
|
||
###
|
||
supybot.plugins.Filter.shrink.minimum: 4
|
||
|
||
###
|
||
# Determines whether or not to replace letters in the output of spellit.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Filter.spellit.replaceLetters: True
|
||
|
||
###
|
||
# Determines whether or not to replace numbers in the output of spellit.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Filter.spellit.replaceNumbers: True
|
||
|
||
###
|
||
# Determines whether or not to replace punctuation in the output of
|
||
# spellit.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Filter.spellit.replacePunctuation: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Format: True
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Format.public: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Games: True
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Games.public: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.GitHub: False
|
||
|
||
###
|
||
# You shouldn't edit this configuration variable yourself, unless you
|
||
# know what you do. Use '@Github announce add' or '@Github announce
|
||
# remove' instead.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.announces:
|
||
|
||
###
|
||
# Set of space-separated secret payloads used to authenticate GitHub.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.announces.secret: CENSORED
|
||
|
||
###
|
||
# The URL of the GitHub API to use. You probably don't need to edit it,
|
||
# but I let it there, just in case.
|
||
#
|
||
# Default value: https://api.github.com
|
||
###
|
||
supybot.plugins.GitHub.api.url: https://api.github.com
|
||
|
||
###
|
||
# Format for an optional summary line before the individual commits in
|
||
# the push event.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.format.before.push:
|
||
|
||
###
|
||
# Format for commit comment events.
|
||
#
|
||
# Default value: echo $repository__owner__login/$repository__name: $comment__user__login commented on commit $comment__commit_id__short $comment__html_url__tiny
|
||
###
|
||
supybot.plugins.GitHub.format.commit_comment: echo $repository__owner__name/\x02$repository__name\x02 (in \x02$ref__branch\x02): $__comment__user__login commented on commit \x02$__commit__message__firstline\x02 $comment__html_url__tiny
|
||
|
||
###
|
||
# Format for create events.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.format.create:
|
||
|
||
###
|
||
# Format for delete events.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.format.delete:
|
||
|
||
###
|
||
# Format for deployment events.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.format.deployment:
|
||
|
||
###
|
||
# Format for deployment_status events.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.format.deployment_status:
|
||
|
||
###
|
||
# Format for download events.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.format.download:
|
||
|
||
###
|
||
# Format for follow events.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.format.follow:
|
||
|
||
###
|
||
# Format for fork events.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.format.fork:
|
||
|
||
###
|
||
# Format for fork_apply events.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.format.fork_apply:
|
||
|
||
###
|
||
# Format for gist events.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.format.gist:
|
||
|
||
###
|
||
# Format for gollum events.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.format.gollum:
|
||
|
||
###
|
||
# Format for issue comment events.
|
||
#
|
||
# Default value: echo $repository__owner__login/$repository__name: $sender__login $action comment on issue #$issue__number: $issue__title $issue__html_url__tiny
|
||
###
|
||
supybot.plugins.GitHub.format.issue_comment: echo $repository__owner__login/\x02$repository__name\x02: \x02$sender__login\x02 $action comment on issue #$issue__number: \x02$issue__title\x02 $issue__url__tiny
|
||
|
||
###
|
||
# Format for issue events.
|
||
#
|
||
# Default value: echo $repository__owner__login/$repository__name: $sender__login $action issue #$issue__number: $issue__title $issue__html_url
|
||
###
|
||
supybot.plugins.GitHub.format.issues: echo $repository__owner__login/\x02$repository__name\x02: \x02$sender__login\x02 $action issue #$issue__number: \x02$issue__title\x02 $issue__html_url
|
||
|
||
###
|
||
# Format for member events.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.format.member:
|
||
|
||
###
|
||
# Format for membership events.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.format.membership:
|
||
|
||
###
|
||
# Format for organization events.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.format.organization:
|
||
|
||
###
|
||
# Format for page_build events.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.format.page_build:
|
||
|
||
###
|
||
# Format for public events.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.format.public:
|
||
|
||
###
|
||
# Format for pull request events.
|
||
#
|
||
# Default value: echo $repository__owner__login/$repository__name: $sender__login $action pull request #$number (to $pull_request__base__ref): $pull_request__title $pull_request__html_url__tiny
|
||
###
|
||
supybot.plugins.GitHub.format.pull_request: echo $repository__owner__login/\x02$repository__name\x02: \x02$sender__login\x02 $action pull request #$number (to \x02$pull_request__base__ref\x02): \x02$pull_request__title\x02 $pull_request__html_url__tiny
|
||
|
||
###
|
||
# Format for pull request review events. This is triggered when a pull
|
||
# request review is finished. If you want to be notified about
|
||
# individual comments during a review, use the
|
||
# pull_request_review_comment event.
|
||
#
|
||
# Default value: echo $repository__owner__login/$repository__name: $user__login reviewed pull request #$pull_request__number (to $pull_request__base__ref): $pull_request__title $pull_request__html_url__tiny
|
||
###
|
||
supybot.plugins.GitHub.format.pull_request_review: echo $repository__owner__login/\x02$repository__name\x02: \x02$comment__user__login\x02 reviewed pull request #$pull_request__number (to \x02$pull_request__base__ref\x02): \x02$pull_request__title\x02 $pull_request__html_url__tiny
|
||
|
||
###
|
||
# Format for pull request review comment events. This is for individual
|
||
# review comments, you probably only want to use the pull_request_review
|
||
# event to avoid clutter.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.format.pull_request_review_comment: echo $repository__owner__login/\x02$repository__name\x02: \x02$comment__user__login\x02 reviewed pull request #$pull_request__number (to \x02$pull_request__base__ref\x02): \x02$pull_request__title\x02 $pull_request__html_url__tiny
|
||
|
||
###
|
||
# Format for push events.
|
||
#
|
||
# Default value: echo $repository__owner__name/$repository__name (in $ref__branch): $__commit__author__name committed $__commit__message__firstline $__commit__url__tiny
|
||
###
|
||
supybot.plugins.GitHub.format.push: echo $repository__owner__name/\x02$repository__name\x02 (in \x02$ref__branch\x02): $__commit__author__name committed \x02$__commit__message__firstline\x02 $__commit__url__tiny
|
||
|
||
###
|
||
# Format for the hidden commits message for push events.
|
||
#
|
||
# Default value: echo (+$__hidden_commits hidden commits)
|
||
###
|
||
supybot.plugins.GitHub.format.push.hidden: echo (+$__hidden_commits hidden commits)
|
||
|
||
###
|
||
# Format for release events.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.format.release:
|
||
|
||
###
|
||
# Format for repository events.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.format.repository:
|
||
|
||
###
|
||
# Format for status events.
|
||
#
|
||
# Default value: echo $repository__owner__login/$repository__name: Status for commit "$commit__commit__message__firstline" by $commit__commit__committer__name: $description $target_url__tiny
|
||
###
|
||
supybot.plugins.GitHub.format.status: echo $repository__owner__login/\x02$repository__name\x02: Status for commit "\x02$commit__commit__message__firstline\x02" by \x02$commit__commit__committer__name\x02: \x02$description\x02 $target_url__tiny
|
||
|
||
###
|
||
# Format for team events.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.format.team:
|
||
|
||
###
|
||
# Format for team_add events.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.format.team_add:
|
||
|
||
###
|
||
# Format for watch events.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.GitHub.format.watch:
|
||
|
||
###
|
||
# Determines the maximum number of commits that will be announced for a
|
||
# single push. Note that if the number of commits is only one over the
|
||
# limit, it will be announced anyway instead of saying "1 more commit".
|
||
#
|
||
# Default value: 3
|
||
###
|
||
supybot.plugins.GitHub.max_announce_commits: 3
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.GitHub.public: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Google: False
|
||
|
||
###
|
||
# Determines the base URL used for requests.
|
||
#
|
||
# Default value: google.com
|
||
###
|
||
supybot.plugins.Google.baseUrl: google.com
|
||
|
||
###
|
||
# Determines whether results are bolded.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Google.bold: True
|
||
|
||
###
|
||
# Determines whether the word 'google' in the bot's output will be made
|
||
# colorful (like Google's logo).
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Google.colorfulFilter: False
|
||
|
||
###
|
||
# Determines what default language is used in searches. If left empty,
|
||
# no specific language will be requested.
|
||
#
|
||
# Default value: lang_en
|
||
###
|
||
supybot.plugins.Google.defaultLanguage:
|
||
|
||
###
|
||
# Determines the maximum number of results returned from the google
|
||
# command.
|
||
#
|
||
# Default value: 3
|
||
###
|
||
supybot.plugins.Google.maximumResults: 3
|
||
|
||
###
|
||
# Determines whether results are sent in different lines or all in the
|
||
# same one.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Google.oneToOne: False
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Google.public: True
|
||
|
||
###
|
||
# Determines the URL that will be sent to Google for the Referer field
|
||
# of the search requests. If this value is empty, a Referer will be
|
||
# generated in the following format: http://$server/$botName
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.Google.referer: https://bot.mikaela.info/
|
||
|
||
###
|
||
# Determines what level of search filtering to use by default. 'active'
|
||
# - most filtering, 'moderate' - default filtering, 'off' - no filtering
|
||
#
|
||
# Default value: moderate
|
||
###
|
||
supybot.plugins.Google.searchFilter: off
|
||
|
||
###
|
||
# Determines whether the search snarfer is enabled. If so, messages
|
||
# (even unaddressed ones) beginning with the word 'google' will result
|
||
# in the first URL Google returns being sent to the channel.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Google.searchSnarfer: False
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Herald: True
|
||
|
||
###
|
||
# Sets the default herald to use. If a user has a personal herald
|
||
# specified, that will be used instead. If set to the empty string, the
|
||
# default herald will be disabled.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.Herald.default:
|
||
supybot.plugins.Herald.default.##abgilpqt+: [##abgilpqt+] Our pronouns can be read from https://gist.github.com/Mikaela/0b7b534bfbc4efe1a8ec9aea5c3fd2cd
|
||
supybot.plugins.Herald.default.#antergos:
|
||
supybot.plugins.Herald.default.#helsinki:
|
||
supybot.plugins.Herald.default.#piraattinuoret:
|
||
supybot.plugins.Herald.default.#piraattinuoret':
|
||
supybot.plugins.Herald.default.#piraattinuoret'[#piraattinuoret]:
|
||
supybot.plugins.Herald.default.#uusimaa:
|
||
|
||
###
|
||
# Determines whether the default herald will be sent as a NOTICE instead
|
||
# of a PRIVMSG.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Herald.default.notice: True
|
||
|
||
###
|
||
# Determines whether the default herald will be sent publicly.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Herald.default.public: False
|
||
|
||
###
|
||
# Determines whether messages will be sent to the channel when a
|
||
# recognized user joins; basically enables or disables the plugin.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Herald.heralding: True
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Herald.public: True
|
||
|
||
###
|
||
# Determines what capability (if any) is required to add/change/remove
|
||
# the herald of another user.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.Herald.requireCapability:
|
||
|
||
###
|
||
# Determines the minimum number of seconds between heralds.
|
||
#
|
||
# Default value: 600
|
||
###
|
||
supybot.plugins.Herald.throttle: 600
|
||
|
||
###
|
||
# Determines the minimum number of seconds after parting that the bot
|
||
# will not herald the person when they rejoin.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.Herald.throttle.afterPart: 0
|
||
|
||
###
|
||
# Determines the minimum number of seconds after a netsplit that the bot
|
||
# will not herald the users that split.
|
||
#
|
||
# Default value: 60
|
||
###
|
||
supybot.plugins.Herald.throttle.afterSplit: 60
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Internet: True
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Internet.public: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Json: True
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Json.public: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Karma: True
|
||
|
||
###
|
||
# Determines whether users can adjust the karma of their nick.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Karma.allowSelfRating: False
|
||
|
||
###
|
||
# Determines whether the bot will increase/decrease karma without being
|
||
# addressed.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Karma.allowUnaddressedKarma: False
|
||
|
||
###
|
||
# A space separated list of characters to decrease karma.
|
||
#
|
||
# Default value: --
|
||
###
|
||
supybot.plugins.Karma.decrementChars: --
|
||
|
||
###
|
||
# A space separated list of characters to increase karma.
|
||
#
|
||
# Default value: ++
|
||
###
|
||
supybot.plugins.Karma.incrementChars: ++
|
||
|
||
###
|
||
# Determines how many karma things are shown when the most command is
|
||
# called.
|
||
#
|
||
# Default value: 25
|
||
###
|
||
supybot.plugins.Karma.mostDisplay: 25
|
||
|
||
###
|
||
# Determines whether the bot will only increase/decrease karma for nicks
|
||
# in the current channel.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Karma.onlyNicks: False
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Karma.public: True
|
||
|
||
###
|
||
# Determines how many highest/lowest karma things are shown when karma
|
||
# is called with no arguments.
|
||
#
|
||
# Default value: 3
|
||
###
|
||
supybot.plugins.Karma.rankingDisplay: 3
|
||
|
||
###
|
||
# Determines whether the bot will reply with a success message when
|
||
# something's karma is increased or decreased.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Karma.response: False
|
||
|
||
###
|
||
# Determines whether the bot will output shorter versions of the karma
|
||
# output when requesting a single thing's karma.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Karma.simpleOutput: False
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Kickme: False
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Kickme.public: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Later: True
|
||
|
||
###
|
||
# Determines the maximum number of messages to be queued for a user. If
|
||
# this value is 0, there is no maximum.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.Later.maximum: 0
|
||
|
||
###
|
||
# Determines the maximum number of days that a message will remain
|
||
# queued for a user. After this time elapses, the message will be
|
||
# deleted. If this value is 0, there is no maximum.
|
||
#
|
||
# Default value: 30
|
||
###
|
||
supybot.plugins.Later.messageExpiry: 30
|
||
|
||
###
|
||
# Determines whether users will be notified in the first place in which
|
||
# they're seen, or in private.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Later.private: False
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Later.public: True
|
||
|
||
###
|
||
# Determines whether users will be notified upon joining any channel the
|
||
# bot is in, or only upon sending a message.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Later.tellOnJoin: False
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Limiter: False
|
||
|
||
###
|
||
# Determines whether the bot will maintain the channel limit to be
|
||
# slightly above the current number of people in the channel, in order
|
||
# to make clone/drone attacks harder.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Limiter.enable: False
|
||
supybot.plugins.Limiter.enable.##Mikaela: False
|
||
|
||
###
|
||
# Determines the maximum number of free spots that will be saved when
|
||
# limits are being enforced. This should always be larger than
|
||
# supybot.plugins.Limiter.limit.minimumExcess.
|
||
#
|
||
# Default value: 10
|
||
###
|
||
supybot.plugins.Limiter.maximumExcess: 10
|
||
|
||
###
|
||
# Determines the minimum number of free spots that will be saved when
|
||
# limits are being enforced. This should always be smaller than
|
||
# supybot.plugins.Limiter.limit.maximumExcess.
|
||
#
|
||
# Default value: 5
|
||
###
|
||
supybot.plugins.Limiter.minimumExcess: 5
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Limiter.public: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.LinkRelay: True
|
||
|
||
###
|
||
# Determines whether the bot will color Relayed PRIVMSGs so as to make
|
||
# the messages easier to read.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.LinkRelay.color: False
|
||
supybot.plugins.LinkRelay.color.#disobey\.fi: False
|
||
|
||
###
|
||
# Color used for relaying 02.
|
||
#
|
||
# Default value: 02
|
||
###
|
||
supybot.plugins.LinkRelay.colors.info: 02
|
||
|
||
###
|
||
# Color used for relaying 14.
|
||
#
|
||
# Default value: 14
|
||
###
|
||
supybot.plugins.LinkRelay.colors.join: 14
|
||
|
||
###
|
||
# Color used for relaying 14.
|
||
#
|
||
# Default value: 14
|
||
###
|
||
supybot.plugins.LinkRelay.colors.kick: 14
|
||
|
||
###
|
||
# Color used for relaying 14.
|
||
#
|
||
# Default value: 14
|
||
###
|
||
supybot.plugins.LinkRelay.colors.mode: 14
|
||
|
||
###
|
||
# Color used for relaying 14.
|
||
#
|
||
# Default value: 14
|
||
###
|
||
supybot.plugins.LinkRelay.colors.nick: 14
|
||
|
||
###
|
||
# Color used for relaying 14.
|
||
#
|
||
# Default value: 14
|
||
###
|
||
supybot.plugins.LinkRelay.colors.part: 14
|
||
|
||
###
|
||
# Color used for relaying 14.
|
||
#
|
||
# Default value: 14
|
||
###
|
||
supybot.plugins.LinkRelay.colors.quit: 14
|
||
|
||
###
|
||
# Color used for relaying 14.
|
||
#
|
||
# Default value: 14
|
||
###
|
||
supybot.plugins.LinkRelay.colors.truncated: 14
|
||
|
||
###
|
||
# Determines whether the bot will Relay the hostmask of the person
|
||
# joining or parting the channel.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.LinkRelay.hostmasks: True
|
||
|
||
###
|
||
# Determines whether the bot will include the network in Relayed
|
||
# PRIVMSGs; if you're only Relaying between two networks, it's somewhat
|
||
# redundant, and you may wish to save the space.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.LinkRelay.includeNetwork: False
|
||
supybot.plugins.LinkRelay.includeNetwork.##Mikaela: True
|
||
supybot.plugins.LinkRelay.includeNetwork.#Mikaela: True
|
||
supybot.plugins.LinkRelay.includeNetwork.#disobey\.fi: False
|
||
|
||
###
|
||
# Determines whether the bot will relay the nick of the person sending a
|
||
# message.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.LinkRelay.nicks: True
|
||
|
||
###
|
||
# Determines whether the bot will use PRIVMSGs (privmsg), NOTICEs
|
||
# (notice), for non-PRIVMSG Relay messages (i.e., joins, parts, nicks,
|
||
# quits, modes, etc.), or whether it won't relay such messages (nothing)
|
||
#
|
||
# Default value: privmsg
|
||
###
|
||
supybot.plugins.LinkRelay.nonPrivmsgs: nothing
|
||
|
||
###
|
||
#
|
||
# Default value: privmsg
|
||
###
|
||
supybot.plugins.LinkRelay.nonPrivmsgs.##Mikaela: nothing
|
||
|
||
###
|
||
#
|
||
# Default value: privmsg
|
||
###
|
||
supybot.plugins.LinkRelay.nonPrivmsgs.#Mikaela: nothing
|
||
|
||
###
|
||
#
|
||
# Default value: privmsg
|
||
###
|
||
supybot.plugins.LinkRelay.nonPrivmsgs.#akunapu: nothing
|
||
|
||
###
|
||
#
|
||
# Default value: privmsg
|
||
###
|
||
supybot.plugins.LinkRelay.nonPrivmsgs.#disobey\.fi: nothing
|
||
|
||
###
|
||
#
|
||
# Default value: privmsg
|
||
###
|
||
supybot.plugins.LinkRelay.nonPrivmsgs.#lokalisointi: nothing
|
||
|
||
###
|
||
#
|
||
# Default value: privmsg
|
||
###
|
||
supybot.plugins.LinkRelay.nonPrivmsgs.#piraattinuoret: nothing
|
||
|
||
###
|
||
#
|
||
# Default value: privmsg
|
||
###
|
||
supybot.plugins.LinkRelay.nonPrivmsgs.#sateenkaaripiraatit: nothing
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.LinkRelay.public: True
|
||
|
||
###
|
||
# Determines whether the bot will relay NOTICE messages.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.LinkRelay.relayNotices: True
|
||
|
||
###
|
||
# Determines whether the bot will relay messages from itself.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.LinkRelay.relayOutgoing: True
|
||
|
||
###
|
||
# You shouldn't edit this configuration variable yourself unless you
|
||
# know what you do. Use @LinkRelay {add|remove} instead.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.LinkRelay.relays: #akunapu | freenode | #akunapu | ircnet | || #akunapu | ircnet | #akunapu | freenode | || #disobey.fi | freenode | #disobey.fi | ircnet | || #disobey.fi | ircnet | #disobey.fi | freenode | || #sateenkaaripiraatit | pirateirc | #sateenkaaripiraatit | piraatitslack | || #sateenkaaripiraatit | piraatitslack | #sateenkaaripiraatit | pirateirc | || #piraattinuoret | pirateirc | #piraattinuoret | piraatitslack | || #piraattinuoret | piraatitslack | #piraattinuoret | pirateirc | || #mediaseuranta | pirateirc | #mediaseuranta | piraatitslack | || #mediaseuranta | piraatitslack | #mediaseuranta | pirateirc | || #grafiikka | pirateirc | #grafiikka | piraatitslack | || #grafiikka | piraatitslack | #grafiikka | pirateirc | || #verkkopalvelut | pirateirc | #verkkopalvelut | piraatitslack | || #verkkopalvelut | piraatitslack | #verkkopalvelut | pirateirc | || #vaaliteltta | pirateirc | #vaaliteltta | piraatitslack | || #vaaliteltta | piraatitslack | #vaaliteltta | pirateirc | || #kaakko | pirateirc | #kaakko | piraatitslack | || #kaakko | piraatitslack | #kaakko | pirateirc | || #piraattivpn | pirateirc | #piraattivpn | piraatitslack | || #piraattivpn | piraatitslack | #piraattivpn | pirateirc | || #keski-suomi | pirateirc | #keski-suomi | piraatitslack | || #keski-suomi | piraatitslack | #keski-suomi | pirateirc | || #toiminta | pirateirc | #toiminta | piraatitslack | || #toiminta | piraatitslack | #toiminta | pirateirc | || #hallituskokous | pirateirc | #hallituskokous | piraatitslack | || #hallituskokous | piraatitslack | #hallituskokous | pirateirc | || #helsinki | pirateirc | #helsinki | piraatitslack | || #helsinki | piraatitslack | #helsinki | pirateirc | || #pinu_hallitus | pirateirc | #pinu_hallitus | piraatitslack | || #pinu_hallitus | piraatitslack | #pinu_hallitus | pirateirc | || #uusimaa | pirateirc | #uusimaa | piraatitslack | || #uusimaa | piraatitslack | #uusimaa | pirateirc | || #sivusto | pirateirc | #sivusto | piraatitslack | || #sivusto | piraatitslack | #sivusto | pirateirc | || #varainhankinta | pirateirc | #varainhankinta | piraatitslack | || #varainhankinta | piraatitslack | #varainhankinta | pirateirc | || #opers | piraatitslack | #opers | pirateirc | || #piraatit | pirateirc | #piraatit | piraatitslack | || #piraatit | piraatitslack | #piraatit | pirateirc | || #varsinais-suomi | pirateirc | #varsinais-suomi | piraatitslack | || #varsinais-suomi | piraatitslack | #varsinais-suomi | pirateirc | || #ppfi | pirateirc | #ppfi | piraatitslack | || #ppfi | piraatitslack | #ppfi | pirateirc | || #tyoryhmaorganisaatiomalli | roubaix-fr.pirateirc.net | #tyoryhmat | irc.tinyspeck.com | || #tyoryhmaorganisaatiomalli | pirateirc | #tyoryhmaorganisaatiomalli | piraatitslack | || #tyoryhmaorganisaatiomalli | piraatitslack | #tyoryhmaorganisaatiomalli | pirateirc | || #tyoryhmaorganisaatiomalli | pirateirc | #tyoryhmat | piraatitslack | || #tyoryhmat | piraatitslack | #tyoryhmaorganisaatiomalli | pirateirc | || ##Mikaela | freenode | #Mikaela | pirateirc | || #Mikaela | pirateirc | ##Mikaela | freenode | || #hepihalko | pirateirc | #hepihalko | piraatitslack | || #hepihalko | piraatitslack | #hepihalko | pirateirc | || #pirkanmaa | pirateirc | #pirkanmaa | piraatitslack | || #pirkanmaa | piraatitslack | #pirkanmaa | pirateirc | || #aaltopiraatit | pirateirc | #aaltopiraatit | piraatitslack | || #aaltopiraatit | piraatitslack | #aaltopiraatit | pirateirc | || #messi | pirateirc | #messi | piraatitslack | || #messi | piraatitslack | #messi | pirateirc | || #syotteet | pirateirc | #syotteet | piraatitslack | || #syotteet | piraatitslack | #syotteet | pirateirc | || ##Mikaela | freenode | #mikaela | piraatitslack | || #test | pirateirc | #test | piraatitslack | || #test | piraatitslack | #test | pirateirc |
|
||
|
||
###
|
||
# You shouldn't edit this configuration variable yourself unless you
|
||
# know what you do. Use @LinkRelay (no)substitute instead.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.LinkRelay.substitutes: Michaela | M\u0131chaela || Mikaela_ | M\u0131kaela_ || klubi | klub\u0131 || ninnnu | n\u0131nnnu || mikaela | m\u0131kaela || Mikaelaa | M\u0131kaelaa || michael.k.kauppila | mkauppila || Mikaela | M\u0131kaela || piraattiklubi | p\u0131raattiklub\u0131 || Mikaela- | M\u0131kaela-
|
||
|
||
###
|
||
# Determines whether the bot will synchronize topics between networks in
|
||
# the channels it Relays.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.LinkRelay.topicSync: True
|
||
|
||
###
|
||
# 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: For list of plugins use the `list` command. For list of commands in plugins use `list <plugin>`. For help for command use `help <plugin> <command>.` If there are X messages more, use the `more` command. If you need more help, plese see <https://mikaela.info/irc/bot>.
|
||
|
||
###
|
||
# 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.MoobotFactoids: False
|
||
|
||
###
|
||
# Determines how many items are shown when the 'most' command is called.
|
||
#
|
||
# Default value: 10
|
||
###
|
||
supybot.plugins.MoobotFactoids.mostCount: 10
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.MoobotFactoids.public: True
|
||
|
||
###
|
||
# Determines whether or not the factoid value will be shown when a
|
||
# listkeys search returns only one factoid key.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.MoobotFactoids.showFactoidIfOnlyOneMatch: True
|
||
|
||
###
|
||
# 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.NickCapture: True
|
||
|
||
###
|
||
# Determines whether the bot will check occasionally if its preferred
|
||
# nick is in use via the ISON command.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.NickCapture.ison: True
|
||
|
||
###
|
||
# Determines how often (in seconds) the bot will check whether its nick
|
||
# ISON.
|
||
#
|
||
# Default value: 600
|
||
###
|
||
supybot.plugins.NickCapture.ison.period: 600
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.NickCapture.public: False
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Nickometer: True
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Nickometer.public: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Note: True
|
||
|
||
###
|
||
# Determines the upper limit for automatically sending messages instead
|
||
# of notifications. I.e., if this value is 2 and there are 2 new
|
||
# messages to notify a user about, instead of sending a notification
|
||
# message, the bot will simply send those new messages. If there are 3
|
||
# new messages, however, the bot will send a notification message.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.Note.notify.autoSend: 0
|
||
|
||
###
|
||
# Determines whether the bot will notify people of their new messages
|
||
# when they join the channel. Normally it will notify them when they
|
||
# send a message to the channel, since oftentimes joins are the result
|
||
# of netsplits and not the actual presence of the user.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Note.notify.onJoin: False
|
||
|
||
###
|
||
# Determines whether the bot will repeatedly notify people of their new
|
||
# messages when they join the channel. That means when they join the
|
||
# channel, the bot will tell them they have unread messages, even if
|
||
# it's told them before.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Note.notify.onJoin.repeatedly: True
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Note.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: $version
|
||
###
|
||
supybot.plugins.Owner.quitMsg: https://mikaela.info/
|
||
|
||
###
|
||
# 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.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.##abgilpqt+: egs validation misfile kimchicuddles robothugs goodbyetohalos roostertails
|
||
supybot.plugins.RSS.announce.##mikaela: mikaela tmatrixdotorg
|
||
supybot.plugins.RSS.announce.#akunapu: kapsitiedotteet
|
||
supybot.plugins.RSS.announce.#antergos: cnchi antergos archsecurity arch
|
||
supybot.plugins.RSS.announce.#ircassholes: ircassholes
|
||
supybot.plugins.RSS.announce.#uutiset: yleselkosuomi digitoday valtioneuvosto helsinkitimes verkkouutiset highfi usn piratetimes pirateint dsa yleenglish archsecurity jolla enhighfi ncscfi afterdawnfi torrentfreak afterdawn
|
||
|
||
###
|
||
# 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: $feed_name \u2014 \x02$title\x0f \u2014 <$link>
|
||
supybot.plugins.RSS.announceFormat.#ircassholes: $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: yleselkosuomi opendnssystem pirateint freenode puoltaja piinmaailma egs jorieskolin helsinkitimes tznews limnoriamaster valtioneuvosto elisahairio reddit uuninpankkopoikasakutimonen tmatrixdotorg yle kimchicuddles mtv setaen progvalsupybotplugins validation misfile tivi chromium goodbyetohalos investigateingress github httpseverywhere hsruoka archsecurity varisverkosto znc digitoday ircassholes nakedsecurity vesanlinja lauttasaari amnestyfi omgchrome omgubuntu uusisuomi windows everydayfeminism jolla arch usn fedoramagazine corebird franz ncscfi roostertails travisstatus iltasanomat torrentfreak hrtcancelled riot iltalehti stt mozilla mozillafuturereleases cnchi kyberturvallisuuskeskus antergos puoltajauutiset kapsitiedotteet limnoria piratetimes hrtexceptioninfo itapuolentie afterdawnfi afterdawn radikaaliamielenterveytta ipv6net robothugs dsa enhighfi ylekioski tox yleenglish limnoriatesting ghstatus mikaela appearin seta verkkouutiset highfi archupdates
|
||
supybot.plugins.RSS.feeds.afterdawn: http://feeds.afterdawn.com/afterdawn
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.afterdawn.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.afterdawn.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.afterdawn.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.afterdawnfi: http://feeds.afterdawn.com/afterdawn_uutiset
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.afterdawnfi.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.afterdawnfi.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.afterdawnfi.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.amnestyfi: https://www.amnesty.fi/feed
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.amnestyfi.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.amnestyfi.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.amnestyfi.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.antergos: http://antergos.com/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.antergos.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.antergos.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.antergos.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.appearin: http://blog.appear.in/rss
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.appearin.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.appearin.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.appearin.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.arch: https://www.archlinux.org/feeds/news/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.arch.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.arch.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.arch.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.archsecurity: https://www.coredump.fr/rss/arch-security/rss.xml
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.archsecurity.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.archsecurity.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.archsecurity.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.archupdates: https://www.archlinux.org/feeds/packages/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.archupdates.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.archupdates.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.archupdates.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.chromium: https://blog.chromium.org/feeds/posts/default?alt=rss
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.chromium.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.chromium.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.chromium.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.cnchi: https://github.com/antergos/cnchi/tags.atom
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.cnchi.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.cnchi.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.cnchi.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.corebird: https://github.com/baedert/corebird/tags.atom
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.corebird.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.corebird.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.corebird.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.digitoday: http://www.digitoday.fi/rss
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.digitoday.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.digitoday.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.digitoday.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.dsa: http://www.debian.org/security/dsa-long
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.dsa.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.dsa.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.dsa.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.egs: http://www.egscomics.com/rss.php
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.egs.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.egs.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.egs.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.elisahairio: http://esco.elisa.fi/rest/esco/bulletin/rss?tags=corporate.elisa.fi:disturbance
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.elisahairio.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.elisahairio.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.elisahairio.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.enhighfi: http://en.high.fi/news/rss
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.enhighfi.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.enhighfi.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.enhighfi.waitPeriod: 60
|
||
supybot.plugins.RSS.feeds.everydayfeminism: http://feeds.feedburner.com/EverydayFeminism
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.everydayfeminism.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.everydayfeminism.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.everydayfeminism.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.fedoramagazine: https://fedoramagazine.org/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.fedoramagazine.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.fedoramagazine.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.fedoramagazine.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.franz: https://github.com/meetfranz/franz-app/tags.atom
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.franz.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.franz.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.franz.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.freenode: https://freenode.net/news/rss
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.freenode.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.freenode.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.freenode.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.ghstatus: https://status.github.com
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.ghstatus.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.ghstatus.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.ghstatus.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.github: https://github.com/blog
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.github.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.github.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.github.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.goodbyetohalos: http://www.goodbyetohalos.com/rss.php
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.goodbyetohalos.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.goodbyetohalos.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.goodbyetohalos.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.helsinkitimes: http://www.helsinkitimes.fi/?format=feed&type=atom
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.helsinkitimes.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.helsinkitimes.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.helsinkitimes.waitPeriod: 300
|
||
supybot.plugins.RSS.feeds.highfi: http://high.fi/uutiset/rss
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.highfi.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.highfi.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.highfi.waitPeriod: 60
|
||
supybot.plugins.RSS.feeds.hrtcancelled: http://omatlahdot.hkl.fi/pinfo/poikkeusinfo?command=rss&canceled_dep=1&lang=3
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.hrtcancelled.announceFormat: $title
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.hrtcancelled.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.hrtcancelled.waitPeriod: 300
|
||
supybot.plugins.RSS.feeds.hrtexceptioninfo: http://omatlahdot.hkl.fi/pinfo/poikkeusinfo?command=rss&lang=3
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.hrtexceptioninfo.announceFormat: $title
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.hrtexceptioninfo.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.hrtexceptioninfo.waitPeriod: 300
|
||
supybot.plugins.RSS.feeds.hsruoka: http://www.hs.fi/uutiset/osastoittain/rss?osastot=ruoka
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.hsruoka.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.hsruoka.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.hsruoka.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.httpseverywhere: https://github.com/EFForg/https-everywhere/tags.atom
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.httpseverywhere.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.httpseverywhere.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.httpseverywhere.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.iltalehti: http://www.iltalehti.fi/rss/rss.xml
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.iltalehti.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.iltalehti.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.iltalehti.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.iltasanomat: http://www.iltasanomat.fi/rss/tuoreimmat.xml
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.iltasanomat.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.iltasanomat.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.iltasanomat.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.investigateingress: http://investigate.ingress.com/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.investigateingress.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.investigateingress.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.investigateingress.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.ipv6net: https://ipv6.net/c/news/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.ipv6net.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.ipv6net.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.ipv6net.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.ircassholes: http://ircassholes.net/rss
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.ircassholes.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.ircassholes.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.ircassholes.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.itapuolentie: http://itapuolentie.sarjakuvablogit.com/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.itapuolentie.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.itapuolentie.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.itapuolentie.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.jolla: https://blog.jolla.com/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.jolla.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.jolla.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.jolla.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.jorieskolin: http://jorieskolin.com/rss/all.xml
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.jorieskolin.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.jorieskolin.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.jorieskolin.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.kapsitiedotteet: https://www.kapsi.fi/tiedotteet/rss.xml
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.kapsitiedotteet.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.kapsitiedotteet.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.kapsitiedotteet.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.kimchicuddles: http://kimchicuddles.com/rss
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.kimchicuddles.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.kimchicuddles.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.kimchicuddles.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.kyberturvallisuuskeskus: https://www.viestintavirasto.fi/rss/tietoturvakoonti.xml
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.kyberturvallisuuskeskus.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.kyberturvallisuuskeskus.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.kyberturvallisuuskeskus.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.lauttasaari: http://lauttasaari.fi/?format=feed&type=atom
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.lauttasaari.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.lauttasaari.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.lauttasaari.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.limnoria: https://github.com/ProgVal/Limnoria/tags.atom
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.limnoria.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.limnoria.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.limnoria.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.limnoriamaster: https://github.com/ProgVal/Limnoria/commits/master.atom
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.limnoriamaster.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.limnoriamaster.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.limnoriamaster.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.limnoriatesting: https://github.com/ProgVal/Limnoria/commits/testing.atom
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.limnoriatesting.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.limnoriatesting.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.limnoriatesting.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.mikaela: https://mikaela.info/blog/feed.xml
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.mikaela.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.mikaela.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.mikaela.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.misfile: http://www.misfile.com/rss.php
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.misfile.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.misfile.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.misfile.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.mozilla: https://blog.mozilla.org/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.mozilla.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.mozilla.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.mozilla.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.mozillafuturereleases: https://blog.mozilla.org/futurereleases/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.mozillafuturereleases.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.mozillafuturereleases.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.mozillafuturereleases.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.mtv: http://www.mtv.fi/api/feed/rss/uutiset_uusimmat
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.mtv.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.mtv.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.mtv.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.nakedsecurity: https://nakedsecurity.sophos.com/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.nakedsecurity.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.nakedsecurity.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.nakedsecurity.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.ncscfi: https://www.viestintavirasto.fi/en/rss/tietoturvakoonti.xml
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.ncscfi.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.ncscfi.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.ncscfi.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.omgchrome: http://omgchrome.com/feed
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.omgchrome.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.omgchrome.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.omgchrome.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.omgubuntu: http://omgubuntu.co.uk/feed
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.omgubuntu.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.omgubuntu.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.omgubuntu.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.opendnssystem: https://system.opendns.com/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.opendnssystem.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.opendnssystem.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.opendnssystem.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.piinmaailma: http://piinmaailma.sarjakuvablogit.com/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.piinmaailma.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.piinmaailma.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.piinmaailma.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.pirateint: http://pirateint.org/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.pirateint.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.pirateint.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.pirateint.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.piratetimes: http://piratetimes.net/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.piratetimes.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.piratetimes.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.piratetimes.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.progvalsupybotplugins: https://github.com/ProgVal/Supybot-plugins/commits/master.atom
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.progvalsupybotplugins.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.progvalsupybotplugins.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.progvalsupybotplugins.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.puoltaja: http://www.puoltaja.fi/feed
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.puoltaja.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.puoltaja.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.puoltaja.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.puoltajauutiset: http://www.puoltaja.fi/uutiset/feed
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.puoltajauutiset.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.puoltajauutiset.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.puoltajauutiset.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.radikaaliamielenterveytta: https://radikaaliamielenterveytta.wordpress.com/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.radikaaliamielenterveytta.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.radikaaliamielenterveytta.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.radikaaliamielenterveytta.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.reddit: http://feeds.feedburner.com/redditblog
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.reddit.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.reddit.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.reddit.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.riot: https://github.com/vector-im/riot-web/tags.atom
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.riot.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.riot.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.riot.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.robothugs: http://www.robot-hugs.com/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.robothugs.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.robothugs.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.robothugs.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.roostertails: http://www.roostertailscomic.com/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.roostertails.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.roostertails.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.roostertails.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.seta: http://seta.fi/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.seta.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.seta.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.seta.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.setaen: http://seta.fi/category/news/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.setaen.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.setaen.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.setaen.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.stt: https://twitrss.me/twitter_user_to_rss/?user=STTuutiset
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.stt.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.stt.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.stt.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.tivi: http://www.tivi.fi/rss.xml
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.tivi.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.tivi.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.tivi.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.tmatrixdotorg: https://twitrss.me/twitter_user_to_rss/?user=matrixdotorg
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.tmatrixdotorg.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.tmatrixdotorg.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.tmatrixdotorg.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.torrentfreak: https://feeds.feedburner.com/Torrentfreak
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.torrentfreak.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.torrentfreak.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.torrentfreak.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.tox: https://blog.tox.chat/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.tox.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.tox.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.tox.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.travisstatus: http://status.travis-ci.com/history.atom
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.travisstatus.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.travisstatus.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.travisstatus.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.tznews: http://rss.timeanddate.com/news-time.rss
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.tznews.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.tznews.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.tznews.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.usn: http://www.ubuntu.com/usn/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.usn.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.usn.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.usn.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.uuninpankkopoikasakutimonen: http://blogit.image.fi/uuninpankkopoikasakutimonen/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.uuninpankkopoikasakutimonen.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.uuninpankkopoikasakutimonen.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.uuninpankkopoikasakutimonen.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.uusisuomi: http://www.uusisuomi.fi/kaikkiuutiset-rss
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.uusisuomi.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.uusisuomi.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.uusisuomi.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.validation: http://www.validationcomic.com/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.validation.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.validation.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.validation.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.valtioneuvosto: http://valtioneuvosto.fi/uutiset/-/asset_publisher/C9HR84sMLqaQ/rss?p_p_cacheability=cacheLevelPage
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.valtioneuvosto.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.valtioneuvosto.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.valtioneuvosto.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.varisverkosto: https://varisverkosto.com/feed
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.varisverkosto.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.varisverkosto.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.varisverkosto.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.verkkouutiset: http://www.verkkouutiset.fi/feeds/all/atom
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.verkkouutiset.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.verkkouutiset.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.verkkouutiset.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.vesanlinja: http://blogit.image.fi/vesanlinja/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.vesanlinja.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.vesanlinja.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.vesanlinja.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.windows: http://blogs.windows.com/feed/
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.windows.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.windows.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.windows.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.yle: http://yle.fi/uutiset/rss/uutiset.rss
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.yle.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.yle.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.yle.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.yleenglish: http://yle.fi/uutiset/rss/uutiset.rss?osasto=news
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.yleenglish.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.yleenglish.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.yleenglish.waitPeriod: 300
|
||
supybot.plugins.RSS.feeds.ylekioski: http://kioski.yle.fi/rss
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.ylekioski.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.ylekioski.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.ylekioski.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.yleselkosuomi: http://yle.fi/uutiset/rss/uutiset.rss?osasto=selkouutiset
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.yleselkosuomi.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.yleselkosuomi.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.yleselkosuomi.waitPeriod: 0
|
||
supybot.plugins.RSS.feeds.znc: https://github.com/znc/znc/tags.atom
|
||
|
||
###
|
||
# Feed-specific announce format. Defaults to
|
||
# supybot.plugins.RSS.announceFormat if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.znc.announceFormat:
|
||
|
||
###
|
||
# Feed-specific format. Defaults to supybot.plugins.RSS.format if empty.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.RSS.feeds.znc.format:
|
||
|
||
###
|
||
# If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod
|
||
# for this particular feed.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.RSS.feeds.znc.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: $feed_name \u2014 \x02$title\x0f \u2014 <$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:
|
||
|
||
###
|
||
# Determines whether announces will be sent as notices instead of
|
||
# privmsgs.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.RSS.notice: True
|
||
|
||
###
|
||
# 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: 300
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Relay: False
|
||
|
||
###
|
||
# Determines which channels the bot will relay in.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.Relay.channels:
|
||
|
||
###
|
||
# Determines whether the bot will always join the channel(s) it relays
|
||
# when connecting to any network.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Relay.channels.joinOnAllNetworks: False
|
||
|
||
###
|
||
# Determines whether the bot will color relayed PRIVMSGs so as to make
|
||
# the messages easier to read.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Relay.color: False
|
||
|
||
###
|
||
# Determines whether the bot will relay the hostmask of the person
|
||
# joining or parting the channel when they join or part.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Relay.hostmasks: True
|
||
|
||
###
|
||
# Determines what hostmasks will not be relayed on a channel.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.Relay.ignores:
|
||
|
||
###
|
||
# Determines whether the bot will include the network in relayed
|
||
# PRIVMSGs; if you're only relaying between two networks, it's somewhat
|
||
# redundant, and you may wish to save the space.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Relay.includeNetwork: True
|
||
|
||
###
|
||
# Determines whether the bot will used NOTICEs rather than PRIVMSGs for
|
||
# non-PRIVMSG relay messages (i.e., joins, parts, nicks, quits, modes,
|
||
# etc.)
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Relay.noticeNonPrivmsgs: True
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Relay.public: True
|
||
|
||
###
|
||
# Determines whether the bot will detect other bots relaying and respond
|
||
# by kickbanning them.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Relay.punishOtherRelayBots: True
|
||
|
||
###
|
||
# Determines whether the bot will synchronize topics between networks in
|
||
# the channels it relays.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Relay.topicSync: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Reply: True
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Reply.public: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Scheduler: True
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Scheduler.public: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Searx: True
|
||
|
||
###
|
||
# Determines whether results are bolded.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Searx.bold: True
|
||
|
||
###
|
||
# Determines what default language is used in searches. If left empty,
|
||
# no specific language will be requested.
|
||
#
|
||
# Default value: all
|
||
###
|
||
supybot.plugins.Searx.defaultLanguage: all
|
||
|
||
###
|
||
# Determines the maximum number of results returned from the google
|
||
# command.
|
||
#
|
||
# Default value: 3
|
||
###
|
||
supybot.plugins.Searx.maximumResults: 3
|
||
|
||
###
|
||
# Determines whether results are sent in different lines or all in the
|
||
# same one.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Searx.oneToOne: False
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Searx.public: True
|
||
|
||
###
|
||
# Determines the URL used for requests.
|
||
#
|
||
# Default value: https://searx.me/
|
||
###
|
||
supybot.plugins.Searx.url: https://searx.me/
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Seen: True
|
||
|
||
###
|
||
# The minimum non-wildcard characters required to perform a 'seen'
|
||
# request. Of course, it only applies if there is a wildcard in the
|
||
# request.
|
||
#
|
||
# Default value: 2
|
||
###
|
||
supybot.plugins.Seen.minimumNonWildcard: 2
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Seen.public: True
|
||
|
||
###
|
||
# Determines whether the last message will be displayed with @seen.
|
||
# Useful for keeping messages from a channel private.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Seen.showLastMessage: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Status: True
|
||
|
||
###
|
||
# Determines whether the cpu command will list the time taken by
|
||
# children as well as the bot's process.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Status.cpu.children: True
|
||
|
||
###
|
||
# Determines whether the cpu command will report the amount of memory
|
||
# being used by the bot.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Status.cpu.memory: True
|
||
|
||
###
|
||
# Determines whether the cpu command will provide the number of threads
|
||
# spawned and active.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Status.cpu.threads: False
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Status.public: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.String: True
|
||
|
||
###
|
||
# Determines the maximum size of a string given to the levenshtein
|
||
# command. The levenshtein command uses an O(m*n) algorithm, which means
|
||
# that with strings of length 256, it can take 1.5 seconds to finish;
|
||
# with strings of length 384, though, it can take 4 seconds to finish,
|
||
# and with strings of much larger lengths, it takes more and more time.
|
||
# Using nested commands, strings can get quite large, hence this
|
||
# variable, to limit the size of arguments passed to the levenshtein
|
||
# command.
|
||
#
|
||
# Default value: 256
|
||
###
|
||
supybot.plugins.String.levenshtein.max: 256
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.String.public: True
|
||
|
||
###
|
||
# Determines the maximum time, in seconds, that a regular expression is
|
||
# given to execute before being terminated. Since there is a possibility
|
||
# that user input for the re command can cause it to eat up large
|
||
# amounts of ram or cpu time, it's a good idea to keep this low. Most
|
||
# normal regexps should not take very long at all.
|
||
#
|
||
# Default value: 0.1
|
||
###
|
||
supybot.plugins.String.re.timeout: 0.1
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Sudo: True
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Sudo.public: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Time: True
|
||
|
||
###
|
||
# Determines the format string for timestamps. 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: %Y-%m-%dT%H:%M:%S%z
|
||
###
|
||
supybot.plugins.Time.format: %Y-%m-%dT%H:%M:%S%z
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Time.public: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Todo: True
|
||
|
||
###
|
||
# Determines whether users can read the todo-list of another user.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Todo.allowThirdpartyReader: False
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Todo.public: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Topic: True
|
||
|
||
###
|
||
# Determines whether the bot will allow topics containing the defined
|
||
# separator to be used. You may want to disable this if you are signing
|
||
# all topics by nick (see the 'format' option for ways to adjust this).
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Topic.allowSeparatorinTopics: True
|
||
|
||
###
|
||
# Determines whether the bot will set the topic every time it joins, or
|
||
# only if the topic is empty. Requires 'config plugins.topic.setOnJoin'
|
||
# to be set to True.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Topic.alwaysSetOnJoin: False
|
||
|
||
###
|
||
# Determines what the default topic for the channel is. This is used by
|
||
# the default command to set this topic.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.Topic.default:
|
||
supybot.plugins.Topic.default.##Mikaela: \\#GirlsLikeUs \u26a7\u2640 #Aspie \u221e #Demiromantic \U0001f0c1 #Asexual \U0001f370 #Feminist \u26a7 #Linux user since 2008 \U0001f427 she/her/hers <https://mikaela.info/> | Rules <https://mikaela.info/channel.html>
|
||
supybot.plugins.Topic.default.##abgilpqt+: Channel for asexuals/aromantics, bi*, gays, intersex, pan*, queer, trans & other gender, romantic/sensual & sexual minorities \u2665 | Rules: <https://abgilpqt.github.io/> | If you want to see chatting, chat! :)
|
||
supybot.plugins.Topic.default.##abgilpqt+-filter: You weren't able to join ##abgilpqt+, because either you aren't using SSL, got hit by the join-throttling or aren't identified to services. | Please try to connect using SSL or identify and try again. | For more help, please see <https://abgilpqt.github.io/joining/>.
|
||
supybot.plugins.Topic.default.##asexuality: ##asexuality | kinky aces, grey-aces, aromantics welcome! | non-aces are welcome as long as they are mindful of others and their conversations | http://www.asexuality.org/wiki/index.php?title=asexuality | http://swankivy.tumblr.com/asexualessays | http://fyeahqueerplatoniczucchinis.tumblr.com/post/113323201696/list-of-non-sexual-forms-of-intimacy
|
||
supybot.plugins.Topic.default.#akunapu: server 80.222.203.192 - info http://pastebin.com/qh8cHbxh |\xa0kokeilkaamme videoneuvottelupalvelua https://appear.in/akunapu | hanke-ehdotus https://etherpad.fr/p/akunapu | Aku can give you a shell account on his home server
|
||
supybot.plugins.Topic.default.#uutiset: Uutisia suomeksi & englanniksi, ehdotukset Mikaelalle| News in Finnish and English, suggest new feeds to Mikaela. | +rss announce list
|
||
|
||
###
|
||
# Determines what format is used to add topics in the topic. All the
|
||
# standard substitutes apply, in addition to "$topic" for the topic
|
||
# itself.
|
||
#
|
||
# Default value: $topic
|
||
###
|
||
supybot.plugins.Topic.format: $topic
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Topic.public: True
|
||
|
||
###
|
||
# Determines whether the bot will recognize the TOPICLEN value sent to
|
||
# it by the server and thus refuse to send TOPICs longer than the
|
||
# TOPICLEN. These topics are likely to be truncated by the server
|
||
# anyway, so this defaults to True.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Topic.recognizeTopiclen: True
|
||
|
||
###
|
||
# Determines the capabilities required (if any) to make any topic
|
||
# changes, (everything except for read-only operations). Use
|
||
# 'channel,capab' for channel-level capabilities. Note that absence of
|
||
# an explicit anticapability means user has capability.
|
||
#
|
||
# Default value: channel,op; channel,halfop
|
||
###
|
||
supybot.plugins.Topic.requireManageCapability: channel,op; channel,halfop
|
||
|
||
###
|
||
# Determines what separator is used between individually added topics in
|
||
# the channel topic.
|
||
#
|
||
# Default value: |
|
||
###
|
||
supybot.plugins.Topic.separator: |
|
||
supybot.plugins.Topic.separator.##asexuality: |
|
||
|
||
###
|
||
# Determines whether the bot will automatically set the topic on join if
|
||
# it is empty.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Topic.setOnJoin: True
|
||
|
||
###
|
||
# Determines the number of previous topics to keep around in case the
|
||
# undo command is called.
|
||
#
|
||
# Default value: 10
|
||
###
|
||
supybot.plugins.Topic.undo.max: 10
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Twitter: False
|
||
|
||
###
|
||
# The URL to the base API URL (by default, it is Twitter.com, but you
|
||
# can use it for twitter-compatible services, such as
|
||
# identica/statusnet.
|
||
#
|
||
# Default value: https://api.twitter.com/1.1
|
||
###
|
||
supybot.plugins.Twitter.accounts.bot.api: https://api.twitter.com/1.1
|
||
|
||
###
|
||
# The Twitter Access Token key for the bot's account (running
|
||
# get_access_token.py is a way to get it)
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.Twitter.accounts.bot.key:
|
||
|
||
###
|
||
# The Twitter Access Token secret for the bot's account (running
|
||
# get_access_token.py is a way to get it)
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.Twitter.accounts.bot.secret: CENSORED
|
||
|
||
###
|
||
# The URL to the base API URL (by default, it is Twitter.com, but you
|
||
# can use it for twitter-compatible services, such as
|
||
# identica/statusnet.
|
||
#
|
||
# Default value: https://api.twitter.com/1.1
|
||
###
|
||
supybot.plugins.Twitter.accounts.channel.api: https://api.twitter.com/1.1
|
||
|
||
###
|
||
# The Twitter Access Token key for this channel's account (running
|
||
# get_access_token.py is a way to get it)
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.Twitter.accounts.channel.key:
|
||
|
||
###
|
||
# The Twitter Access Token secret for this channel's account (running
|
||
# get_access_token.py is a way to get it)
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.Twitter.accounts.channel.secret: CENSORED
|
||
|
||
###
|
||
# The interval (in seconds) between two fetches of new tweets from the
|
||
# timeline. 0 (zero) disables this feature.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.Twitter.announce.interval: 0
|
||
|
||
###
|
||
# Determines whether the bot will stream mentions to the linked account
|
||
# on the channel (only if supybot.plugins.Twitter.announce.interval is
|
||
# greater than 0).
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Twitter.announce.mentions: True
|
||
|
||
###
|
||
# Determines whether or not all tweets will be shown in one line.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Twitter.announce.oneline: True
|
||
|
||
###
|
||
# Determines whether or not the bot will show retweets in addition to
|
||
# native tweets.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Twitter.announce.retweets: True
|
||
|
||
###
|
||
# Determines whether the bot will stream the timeline of the linked
|
||
# account on the channel (only if
|
||
# supybot.plugins.Twitter.announce.interval is greater than 0).
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Twitter.announce.timeline: True
|
||
|
||
###
|
||
# Determines users whose tweets will be announced on the channel.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.Twitter.announce.users:
|
||
|
||
###
|
||
# Determines whether or not the ID of announced tweets will be
|
||
# displayed.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Twitter.announce.withid: True
|
||
|
||
###
|
||
# Determines whether or not the ID of announced tweets will be
|
||
# displayed.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Twitter.announce.withshortid: True
|
||
|
||
###
|
||
# The consumer key of the application.
|
||
#
|
||
# Default value: bItq1HZhBGyx5Y8ardIeQ
|
||
###
|
||
supybot.plugins.Twitter.consumer.key: bItq1HZhBGyx5Y8ardIeQ
|
||
|
||
###
|
||
# The consumer secret of the application.
|
||
#
|
||
# Default value: qjC6Ye6xSMM3XPLR3LLeMqOP4ri0rgoYFT2si1RpY
|
||
###
|
||
supybot.plugins.Twitter.consumer.secret: CENSORED
|
||
|
||
###
|
||
# Determines whether or not the name of the user posting a tweet will be
|
||
# shown prefixed.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Twitter.prefixusername: True
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Twitter.public: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.URL: True
|
||
|
||
###
|
||
# Determines what URLs are not to be snarfed and stored in the database
|
||
# for the channel; URLs matching the given regexp 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.URL.nonSnarfingRegexp:
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.URL.public: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Unix: True
|
||
|
||
###
|
||
# Determines what command will be called for the fortune command.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.Unix.fortune.command:
|
||
|
||
###
|
||
# Determines whether fortune will give equal weight to the different
|
||
# fortune databases. If false, then larger databases will be given more
|
||
# weight. This sends the -e option to the fortune program.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Unix.fortune.equal: True
|
||
|
||
###
|
||
# Determines what specific file (if any) will be used with the fortune
|
||
# command; if none is given, the system-wide default will be used. Do
|
||
# note that this fortune file must be placed with the rest of your
|
||
# system's fortune files.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.Unix.fortune.files:
|
||
|
||
###
|
||
# Determines whether fortune will retrieve offensive fortunes along with
|
||
# the normal fortunes. This sends the -a option to the fortune program.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Unix.fortune.offensive: False
|
||
|
||
###
|
||
# Determines whether only short fortunes will be used if possible. This
|
||
# sends the -s option to the fortune program.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Unix.fortune.short: True
|
||
|
||
###
|
||
# Determines what command will be called for the ping command.
|
||
#
|
||
# Default value: /bin/ping
|
||
###
|
||
supybot.plugins.Unix.ping.command: /bin/ping
|
||
|
||
###
|
||
# Determines what ping and ping6 counts (-c) will default to.
|
||
#
|
||
# Default value: 5
|
||
###
|
||
supybot.plugins.Unix.ping.defaultCount: 5
|
||
|
||
###
|
||
# Determines what command will be called for the ping6 command.
|
||
#
|
||
# Default value: /bin/ping6
|
||
###
|
||
supybot.plugins.Unix.ping6.command: /bin/ping6
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Unix.public: True
|
||
|
||
###
|
||
# Determines what command will be called for the spell command.
|
||
#
|
||
# Default value: /usr/bin/aspell
|
||
###
|
||
supybot.plugins.Unix.spell.command: /usr/bin/aspell
|
||
|
||
###
|
||
# Determines what aspell dictionary will be used for spell checking.
|
||
#
|
||
# Default value: en
|
||
###
|
||
supybot.plugins.Unix.spell.language: en
|
||
|
||
###
|
||
# Determines what command will be called for the uname command.
|
||
#
|
||
# Default value: /bin/uname
|
||
###
|
||
supybot.plugins.Unix.sysuname.command: /bin/uname
|
||
|
||
###
|
||
# Determines what command will be called for the uptime command.
|
||
#
|
||
# Default value: /usr/bin/uptime
|
||
###
|
||
supybot.plugins.Unix.sysuptime.command: /usr/bin/uptime
|
||
|
||
###
|
||
# Determines what command will be called for the wtf command.
|
||
#
|
||
# Default value: /usr/games/wtf
|
||
###
|
||
supybot.plugins.Unix.wtf.command: /usr/games/wtf
|
||
|
||
###
|
||
# 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 this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Web: True
|
||
|
||
###
|
||
# Determines whether the title snarfer checks if the author of a message
|
||
# is ignored.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Web.checkIgnored: True
|
||
|
||
###
|
||
# Determines the maximum number of bytes the bot will download via the
|
||
# 'fetch' command in this plugin.
|
||
#
|
||
# Default value: 0
|
||
###
|
||
supybot.plugins.Web.fetch.maximum: 1024
|
||
|
||
###
|
||
# Determines the maximum number of seconds the bot will wait for the
|
||
# site to respond, when using the 'fetch' command in this plugin. If 0,
|
||
# will use socket.defaulttimeout
|
||
#
|
||
# Default value: 5
|
||
###
|
||
supybot.plugins.Web.fetch.timeout: 5
|
||
|
||
###
|
||
# Determines what URLs matching the given regexp 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.Web.nonSnarfingRegexp: m/facebook\\.com/
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Web.public: True
|
||
|
||
###
|
||
# Determines whether the bot will notfiy the user about network
|
||
# exceptions like hostnotfound, timeout ....
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Web.snarferReportIOExceptions: True
|
||
|
||
###
|
||
# Determines whether domain names should be displayed by the title
|
||
# snarfer.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Web.snarferShowDomain: True
|
||
|
||
###
|
||
# Determines whether the domain name displayed by the snarfer will be
|
||
# the original one (posted on IRC) or the target one (got after
|
||
# following redirects, if any).
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Web.snarferShowTargetDomain: True
|
||
|
||
###
|
||
# Determines the maximum number of seconds the bot will wait for the
|
||
# site to respond, when using a command in this plugin other than
|
||
# 'fetch'. If 0, will use socket.defaulttimeout
|
||
#
|
||
# Default value: 5
|
||
###
|
||
supybot.plugins.Web.timeout: 5
|
||
|
||
###
|
||
# Determines whether the bot will output the HTML title of URLs it sees
|
||
# in the channel.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.Web.titleSnarfer: False
|
||
supybot.plugins.Web.titleSnarfer.##Mikaela: True
|
||
supybot.plugins.Web.titleSnarfer.##abgilpqt+: True
|
||
supybot.plugins.Web.titleSnarfer.##asexuality: True
|
||
supybot.plugins.Web.titleSnarfer.##books: True
|
||
supybot.plugins.Web.titleSnarfer.##idleatry: True
|
||
supybot.plugins.Web.titleSnarfer.#akunapu: True
|
||
supybot.plugins.Web.titleSnarfer.#antergos: False
|
||
supybot.plugins.Web.titleSnarfer.#jollafanclub: False
|
||
supybot.plugins.Web.titleSnarfer.#mediaseuranta: False
|
||
supybot.plugins.Web.titleSnarfer.#messi: True
|
||
supybot.plugins.Web.titleSnarfer.#ppfi: True
|
||
supybot.plugins.Web.titleSnarfer.#sateenkaaripiraatit: False
|
||
supybot.plugins.Web.titleSnarfer.#uutiset: True
|
||
supybot.plugins.Web.titleSnarfer.#vaaliteltta: False
|
||
|
||
###
|
||
# If set, bot will only fetch data from urls in the whitelist, i.e.
|
||
# starting with http://domain/optionalpath/. This will apply to all
|
||
# commands that retrieve data from user-supplied URLs, including fetch,
|
||
# headers, title, doctype.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.plugins.Web.urlWhitelist:
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.WebDoc: False
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.WebDoc.public: False
|
||
|
||
###
|
||
# Determines whether the name of the command will be displayed in the
|
||
# same cell as the doc.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.plugins.WebDoc.withFullName: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.WikiTrans: True
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.WikiTrans.public: True
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.Wikipedia: True
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Wikipedia.public: True
|
||
|
||
###
|
||
# Determines whether redirect paths will be shown in the output.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.Wikipedia.showRedirects: True
|
||
|
||
###
|
||
# URL of the website from where you want to pull pages (usually your
|
||
# language's Wikipedia).
|
||
#
|
||
# Default value: en.wikipedia.org
|
||
###
|
||
supybot.plugins.Wikipedia.url: en.wikipedia.org
|
||
|
||
###
|
||
# Determines whether this plugin is loaded by default.
|
||
###
|
||
supybot.plugins.WunderWeather: True
|
||
|
||
###
|
||
# Determines how many days the forecast shows, up to 7. If set to 0,
|
||
# show all days. See showForecast configuration variable to turn off
|
||
# forecast display.
|
||
#
|
||
# Default value: 2
|
||
###
|
||
supybot.plugins.WunderWeather.forecastDays: 2
|
||
|
||
###
|
||
# Shows imperial formatted data (Fahrenheit, miles/hour) in the weather
|
||
# output if true. You can have both imperial and metric enabled, and the
|
||
# bot will show both.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.WunderWeather.imperial: True
|
||
|
||
###
|
||
# Shows metric formatted data (Celsius, kilometres/hour) in the weather
|
||
# output if true. You can have both imperial and metric enabled, and the
|
||
# bot will show both.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.WunderWeather.metric: True
|
||
|
||
###
|
||
# Determines whether this plugin is publicly visible.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.WunderWeather.public: True
|
||
|
||
###
|
||
# If True, will show the current conditions in the weather output if no
|
||
# ouput control switches are given.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.WunderWeather.showCurrentByDefault: True
|
||
|
||
###
|
||
# If True, will show the forecast in the weather output if no ouput
|
||
# control switches are given.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.WunderWeather.showForecastByDefault: True
|
||
|
||
###
|
||
# Determines whether the bot will show pressures in its output. The type
|
||
# of pressure shown will depend on the metric/imperial settings.
|
||
#
|
||
# Default value: True
|
||
###
|
||
supybot.plugins.WunderWeather.showPressure: 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: 8192
|
||
###
|
||
supybot.protocols.http.peekSize: 524288
|
||
|
||
###
|
||
# Determines what proxy all HTTP requests should go through. The value
|
||
# should be of the form 'host:port'.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.protocols.http.proxy:
|
||
|
||
###
|
||
# 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: /home/users/mikaela/Dysforiav2/Dysforiav2.pem
|
||
|
||
###
|
||
# Determines how many old messages the bot will keep around in its
|
||
# history. Changing this variable will not take effect until the bot is
|
||
# restarted.
|
||
#
|
||
# 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: +Qxt-Ii
|
||
|
||
###
|
||
# Determines what vhost the bot will bind to before connecting a server
|
||
# (IRC, HTTP, ...) via IPv4.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.protocols.irc.vhost: 0.0.0.0
|
||
|
||
###
|
||
# Determines what vhost the bot will bind to before connecting a server
|
||
# (IRC, HTTP, ...) via IPv6.
|
||
#
|
||
# Default value:
|
||
###
|
||
supybot.protocols.irc.vhostv6: vep2.mikaela.info
|
||
|
||
###
|
||
# 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.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.protocols.ssl.verifyCertificates: True
|
||
|
||
###
|
||
# 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: OK.
|
||
|
||
###
|
||
# 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: True
|
||
|
||
###
|
||
# 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.errorInPrivate
|
||
# so private errors don't open a query window in most IRC clients.
|
||
#
|
||
# Default value: False
|
||
###
|
||
supybot.reply.error.withNotice: False
|
||
|
||
###
|
||
# 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: True
|
||
|
||
###
|
||
# 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: 2
|
||
|
||
###
|
||
# 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: False
|
||
supybot.reply.oneToOne.##Mikaela: False
|
||
|
||
###
|
||
# 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: True
|
||
|
||
###
|
||
# 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:
|
||
supybot.reply.whenAddressedBy.chars.#akunapu: %!
|
||
supybot.reply.whenAddressedBy.chars.#antergos:
|
||
supybot.reply.whenAddressedBy.chars.#antergos-ops:
|
||
supybot.reply.whenAddressedBy.chars.#disobey\.fi:
|
||
supybot.reply.whenAddressedBy.chars.#lokalisointi:
|
||
|
||
###
|
||
# 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
|
||
supybot.reply.whenAddressedBy.nick.#antergos: False
|
||
supybot.reply.whenAddressedBy.nick.#disobey\.fi: False
|
||
supybot.reply.whenAddressedBy.nick.#lokalisointi: False
|
||
|
||
###
|
||
# 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: True
|
||
supybot.reply.whenAddressedBy.nick.atEnd.#antergos: False
|
||
supybot.reply.whenAddressedBy.nick.atEnd.#disobey\.fi: False
|
||
supybot.reply.whenAddressedBy.nick.atEnd.#lokalisointi: 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:
|
||
supybot.reply.whenAddressedBy.nicks.#antergos:
|
||
supybot.reply.whenAddressedBy.nicks.#lokalisointi:
|
||
|
||
###
|
||
# 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: __ !Euforia !euforia
|
||
supybot.reply.whenAddressedBy.strings.#antergos: __
|
||
supybot.reply.whenAddressedBy.strings.#disobey\.fi:
|
||
supybot.reply.whenAddressedBy.strings.#lokalisointi:
|
||
|
||
###
|
||
# 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: False
|
||
supybot.reply.whenNotCommand.##Mikaela: True
|
||
supybot.reply.whenNotCommand.#akunapu: 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: False
|
||
|
||
###
|
||
# 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: True
|
||
supybot.reply.withNotice.##Mikaela: True
|
||
supybot.reply.withNotice.##abgilpqt+: True
|
||
supybot.reply.withNotice.#Mikaela: True
|
||
supybot.reply.withNotice.#akunapu: True
|
||
supybot.reply.withNotice.#disobey\.fi: False
|
||
supybot.reply.withNotice.#disroot: True
|
||
supybot.reply.withNotice.#jollafanclub: True
|
||
supybot.reply.withNotice.#mediaseuranta: False
|
||
supybot.reply.withNotice.#piraattinuoret: False
|
||
supybot.reply.withNotice.#piraattipuolue: False
|
||
supybot.reply.withNotice.#piratesin: True
|
||
supybot.reply.withNotice.#sateenkaaripiraatit: False
|
||
supybot.reply.withNotice.#verkkopalvelut: 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: /home/users/mikaela/Dysforiav2/data/web/favicon.ico
|
||
|
||
###
|
||
# 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: ::
|
||
|
||
###
|
||
# 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: 61825
|
||
|
||
###
|
||
# 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: Admin: Mikaela
|