diff --git a/irc/piraatit/.editorconfig b/irc/piraatit/.editorconfig new file mode 100644 index 0000000..1f74fd6 --- /dev/null +++ b/irc/piraatit/.editorconfig @@ -0,0 +1,4 @@ +root = false + +[*.conf] +trim_trailing_whitespace = false diff --git a/irc/piraatit/20171125_T_1410-Euforia.conf b/irc/piraatit/20171125_T_1410-Euforia.conf index 5ef19d6..dacc654 100644 --- a/irc/piraatit/20171125_T_1410-Euforia.conf +++ b/irc/piraatit/20171125_T_1410-Euforia.conf @@ -152,9 +152,9 @@ 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: +# Default value: ### -supybot.capabilities.private: +supybot.capabilities.private: ### # Allows this bot's owner user to use commands that grants them shell @@ -210,9 +210,9 @@ 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: +# Default value: ### -supybot.commands.disabled: +supybot.commands.disabled: ### # Determines whether the bot will allow nested commands, which rule. You @@ -265,7 +265,7 @@ supybot.commands.quotes: " # # Default value: sqlalchemy sqlite3 anydbm dbm cdb flat pickle ### -supybot.databases: +supybot.databases: ### # Determines what filename will be used for the channels database. This @@ -464,7 +464,7 @@ supybot.directories.log: /home/users/mikaela/Dysforiav2/logs # can say: bot: 'config supybot.directories.plugins [config # supybot.directories.plugins], newPluginDirectory'. # -# Default value: +# Default value: ### supybot.directories.plugins: /home/users/mikaela/Dysforiav2/plugins @@ -499,9 +499,9 @@ supybot.drivers.poll: 1.0 # string, the bot will attempt to find out its IP dynamically (though # sometimes that doesn't work, hence this variable). # -# Default value: +# Default value: ### -supybot.externalIP: +supybot.externalIP: ### # Determines whether the bot will periodically flush data and @@ -632,7 +632,7 @@ supybot.log.timestampFormat: %Y-%m-%dT%H:%M:%S ### # Determines what networks the bot will connect to. # -# Default value: +# Default value: ### supybot.networks: ircnet freenode pirateirc piraatitslack @@ -640,21 +640,21 @@ 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: +# Default value: ### -supybot.networks.freenode.certfile: +supybot.networks.freenode.certfile: ### # Space-separated list of channels the bot will join only on freenode. # -# Default value: +# Default value: ### supybot.networks.freenode.channels: CENSORED ### # Determines what key (if any) will be used to join the channel. # -# Default value: +# Default value: ### supybot.networks.freenode.channels.key: CENSORED @@ -662,15 +662,15 @@ 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: +# Default value: ### -supybot.networks.freenode.ident: +supybot.networks.freenode.ident: ### # Determines what nick the bot will use on this network. If empty, # defaults to supybot.nick. # -# Default value: +# Default value: ### supybot.networks.freenode.nick: ]o[ @@ -679,7 +679,7 @@ supybot.networks.freenode.nick: ]o[ # technically passwords are server-specific and not network-specific, # but this is the best we can do right now. # -# Default value: +# Default value: ### supybot.networks.freenode.password: CENSORED @@ -697,7 +697,7 @@ supybot.networks.freenode.requireStarttls: False # public key must be registered with NickServ for SASL ECDSA-NIST256P- # CHALLENGE to work. # -# Default value: +# Default value: ### supybot.networks.freenode.sasl.ecdsa_key: /home/users/mikaela/Dysforiav2/Dysforiav2_ecdsa.pem @@ -711,7 +711,7 @@ supybot.networks.freenode.sasl.mechanisms: ecdsa-nist256p-challenge external pla ### # Determines what SASL password will be used on freenode. # -# Default value: +# Default value: ### supybot.networks.freenode.sasl.password: CENSORED @@ -720,7 +720,7 @@ supybot.networks.freenode.sasl.password: CENSORED # the bot's account name. Due to the way SASL works, you can't use any # grouped nick. # -# Default value: +# Default value: ### supybot.networks.freenode.sasl.username: Euforia @@ -729,7 +729,7 @@ supybot.networks.freenode.sasl.username: Euforia # Each will be tried in order, wrapping back to the first when the cycle # is completed. # -# Default value: +# Default value: ### supybot.networks.freenode.servers: chat.freenode.net:6697 chat.freenode.net:7000 chat.freenode.net:7070 @@ -737,9 +737,9 @@ supybot.networks.freenode.servers: chat.freenode.net:6697 chat.freenode.net:7000 # If not empty, determines the hostname of the socks proxy that will be # used to connect to this network. # -# Default value: +# Default value: ### -supybot.networks.freenode.socksproxy: +supybot.networks.freenode.socksproxy: ### # Determines whether the bot will attempt to connect with SSL sockets to @@ -753,9 +753,9 @@ supybot.networks.freenode.ssl: True # A certificate that is trusted to verify certificates of this network # (aka. Certificate Authority). # -# Default value: +# Default value: ### -supybot.networks.freenode.ssl.authorityCertificate: +supybot.networks.freenode.ssl.authorityCertificate: ### # Space-separated list of fingerprints of trusted certificates for this @@ -763,45 +763,45 @@ supybot.networks.freenode.ssl.authorityCertificate: # sha384, and sha512. If non-empty, Certification Authority signatures # will not be used to verify certificates. # -# Default value: +# Default value: ### -supybot.networks.freenode.ssl.serverFingerprints: +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: +# Default value: ### -supybot.networks.freenode.umodes: +supybot.networks.freenode.umodes: ### # Determines the real name which the bot sends to the server. If empty, # defaults to supybot.user # -# Default value: +# Default value: ### -supybot.networks.freenode.user: +supybot.networks.freenode.user: ### # Determines what certificate file (if any) the bot will use to connect # with SSL sockets to ircnet. # -# Default value: +# Default value: ### -supybot.networks.ircnet.certfile: +supybot.networks.ircnet.certfile: ### # Space-separated list of channels the bot will join only on ircnet. # -# Default value: +# Default value: ### supybot.networks.ircnet.channels: CENSORED ### # Determines what key (if any) will be used to join the channel. # -# Default value: +# Default value: ### supybot.networks.ircnet.channels.key: CENSORED @@ -809,15 +809,15 @@ 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: +# Default value: ### -supybot.networks.ircnet.ident: +supybot.networks.ircnet.ident: ### # Determines what nick the bot will use on this network. If empty, # defaults to supybot.nick. # -# Default value: +# Default value: ### supybot.networks.ircnet.nick: ]o[ @@ -826,7 +826,7 @@ supybot.networks.ircnet.nick: ]o[ # technically passwords are server-specific and not network-specific, # but this is the best we can do right now. # -# Default value: +# Default value: ### supybot.networks.ircnet.password: CENSORED @@ -844,9 +844,9 @@ supybot.networks.ircnet.requireStarttls: False # public key must be registered with NickServ for SASL ECDSA-NIST256P- # CHALLENGE to work. # -# Default value: +# Default value: ### -supybot.networks.ircnet.sasl.ecdsa_key: +supybot.networks.ircnet.sasl.ecdsa_key: ### # Determines what SASL mechanisms will be tried and in which order. @@ -858,7 +858,7 @@ supybot.networks.ircnet.sasl.mechanisms: ecdsa-nist256p-challenge external plain ### # Determines what SASL password will be used on ircnet. # -# Default value: +# Default value: ### supybot.networks.ircnet.sasl.password: CENSORED @@ -867,16 +867,16 @@ supybot.networks.ircnet.sasl.password: CENSORED # the bot's account name. Due to the way SASL works, you can't use any # grouped nick. # -# Default value: +# Default value: ### -supybot.networks.ircnet.sasl.username: +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: +# 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 @@ -884,9 +884,9 @@ supybot.networks.ircnet.servers: irc.nebula.fi:6667 irc.cs.tut.fi:6667 irc.cs.hu # If not empty, determines the hostname of the socks proxy that will be # used to connect to this network. # -# Default value: +# Default value: ### -supybot.networks.ircnet.socksproxy: +supybot.networks.ircnet.socksproxy: ### # Determines whether the bot will attempt to connect with SSL sockets to @@ -900,9 +900,9 @@ supybot.networks.ircnet.ssl: False # A certificate that is trusted to verify certificates of this network # (aka. Certificate Authority). # -# Default value: +# Default value: ### -supybot.networks.ircnet.ssl.authorityCertificate: +supybot.networks.ircnet.ssl.authorityCertificate: ### # Space-separated list of fingerprints of trusted certificates for this @@ -910,46 +910,46 @@ supybot.networks.ircnet.ssl.authorityCertificate: # sha384, and sha512. If non-empty, Certification Authority signatures # will not be used to verify certificates. # -# Default value: +# Default value: ### -supybot.networks.ircnet.ssl.serverFingerprints: +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: +# Default value: ### -supybot.networks.ircnet.umodes: +supybot.networks.ircnet.umodes: ### # Determines the real name which the bot sends to the server. If empty, # defaults to supybot.user # -# Default value: +# Default value: ### -supybot.networks.ircnet.user: +supybot.networks.ircnet.user: ### # Determines what certificate file (if any) the bot will use to connect # with SSL sockets to piraatitslack. # -# Default value: +# Default value: ### -supybot.networks.piraatitslack.certfile: +supybot.networks.piraatitslack.certfile: ### # Space-separated list of channels the bot will join only on # piraatitslack. # -# Default value: +# Default value: ### supybot.networks.piraatitslack.channels: CENSORED ### # Determines what key (if any) will be used to join the channel. # -# Default value: +# Default value: ### supybot.networks.piraatitslack.channels.key: CENSORED @@ -957,7 +957,7 @@ 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: +# Default value: ### supybot.networks.piraatitslack.ident: euforia @@ -965,7 +965,7 @@ supybot.networks.piraatitslack.ident: euforia # Determines what nick the bot will use on this network. If empty, # defaults to supybot.nick. # -# Default value: +# Default value: ### supybot.networks.piraatitslack.nick: Euforia @@ -974,7 +974,7 @@ supybot.networks.piraatitslack.nick: Euforia # that technically passwords are server-specific and not network- # specific, but this is the best we can do right now. # -# Default value: +# Default value: ### supybot.networks.piraatitslack.password: CENSORED @@ -992,9 +992,9 @@ supybot.networks.piraatitslack.requireStarttls: False # The public key must be registered with NickServ for SASL ECDSA- # NIST256P-CHALLENGE to work. # -# Default value: +# Default value: ### -supybot.networks.piraatitslack.sasl.ecdsa_key: +supybot.networks.piraatitslack.sasl.ecdsa_key: ### # Determines what SASL mechanisms will be tried and in which order. @@ -1006,7 +1006,7 @@ supybot.networks.piraatitslack.sasl.mechanisms: ecdsa-nist256p-challenge externa ### # Determines what SASL password will be used on piraatitslack. # -# Default value: +# Default value: ### supybot.networks.piraatitslack.sasl.password: CENSORED @@ -1015,16 +1015,16 @@ supybot.networks.piraatitslack.sasl.password: CENSORED # should be the bot's account name. Due to the way SASL works, you can't # use any grouped nick. # -# Default value: +# Default value: ### -supybot.networks.piraatitslack.sasl.username: +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: +# Default value: ### supybot.networks.piraatitslack.servers: piraatit.irc.slack.com:6697 @@ -1032,9 +1032,9 @@ 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: +# Default value: ### -supybot.networks.piraatitslack.socksproxy: +supybot.networks.piraatitslack.socksproxy: ### # Determines whether the bot will attempt to connect with SSL sockets to @@ -1048,9 +1048,9 @@ supybot.networks.piraatitslack.ssl: True # A certificate that is trusted to verify certificates of this network # (aka. Certificate Authority). # -# Default value: +# Default value: ### -supybot.networks.piraatitslack.ssl.authorityCertificate: +supybot.networks.piraatitslack.ssl.authorityCertificate: ### # Space-separated list of fingerprints of trusted certificates for this @@ -1058,45 +1058,45 @@ supybot.networks.piraatitslack.ssl.authorityCertificate: # sha384, and sha512. If non-empty, Certification Authority signatures # will not be used to verify certificates. # -# Default value: +# Default value: ### -supybot.networks.piraatitslack.ssl.serverFingerprints: +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: +# Default value: ### -supybot.networks.piraatitslack.umodes: +supybot.networks.piraatitslack.umodes: ### # Determines the real name which the bot sends to the server. If empty, # defaults to supybot.user # -# Default value: +# Default value: ### -supybot.networks.piraatitslack.user: +supybot.networks.piraatitslack.user: ### # Determines what certificate file (if any) the bot will use to connect # with SSL sockets to pirateirc. # -# Default value: +# Default value: ### -supybot.networks.pirateirc.certfile: +supybot.networks.pirateirc.certfile: ### # Space-separated list of channels the bot will join only on pirateirc. # -# Default value: +# Default value: ### supybot.networks.pirateirc.channels: CENSORED ### # Determines what key (if any) will be used to join the channel. # -# Default value: +# Default value: ### supybot.networks.pirateirc.channels.key: CENSORED @@ -1104,15 +1104,15 @@ 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: +# Default value: ### -supybot.networks.pirateirc.ident: +supybot.networks.pirateirc.ident: ### # Determines what nick the bot will use on this network. If empty, # defaults to supybot.nick. # -# Default value: +# Default value: ### supybot.networks.pirateirc.nick: ]o[ @@ -1121,7 +1121,7 @@ supybot.networks.pirateirc.nick: ]o[ # technically passwords are server-specific and not network-specific, # but this is the best we can do right now. # -# Default value: +# Default value: ### supybot.networks.pirateirc.password: CENSORED @@ -1139,9 +1139,9 @@ supybot.networks.pirateirc.requireStarttls: False # public key must be registered with NickServ for SASL ECDSA-NIST256P- # CHALLENGE to work. # -# Default value: +# Default value: ### -supybot.networks.pirateirc.sasl.ecdsa_key: +supybot.networks.pirateirc.sasl.ecdsa_key: ### # Determines what SASL mechanisms will be tried and in which order. @@ -1153,7 +1153,7 @@ supybot.networks.pirateirc.sasl.mechanisms: ecdsa-nist256p-challenge external pl ### # Determines what SASL password will be used on pirateirc. # -# Default value: +# Default value: ### supybot.networks.pirateirc.sasl.password: CENSORED @@ -1162,7 +1162,7 @@ supybot.networks.pirateirc.sasl.password: CENSORED # be the bot's account name. Due to the way SASL works, you can't use # any grouped nick. # -# Default value: +# Default value: ### supybot.networks.pirateirc.sasl.username: Euforia @@ -1171,7 +1171,7 @@ supybot.networks.pirateirc.sasl.username: Euforia # Each will be tried in order, wrapping back to the first when the cycle # is completed. # -# Default value: +# Default value: ### supybot.networks.pirateirc.servers: fi.pirateirc.net:6697 se.pirateirc.net:6697 au.pirateirc.net:6697 irc.pirateirc.net:6697 @@ -1179,9 +1179,9 @@ supybot.networks.pirateirc.servers: fi.pirateirc.net:6697 se.pirateirc.net:6697 # If not empty, determines the hostname of the socks proxy that will be # used to connect to this network. # -# Default value: +# Default value: ### -supybot.networks.pirateirc.socksproxy: +supybot.networks.pirateirc.socksproxy: ### # Determines whether the bot will attempt to connect with SSL sockets to @@ -1195,9 +1195,9 @@ supybot.networks.pirateirc.ssl: True # A certificate that is trusted to verify certificates of this network # (aka. Certificate Authority). # -# Default value: +# Default value: ### -supybot.networks.pirateirc.ssl.authorityCertificate: +supybot.networks.pirateirc.ssl.authorityCertificate: ### # Space-separated list of fingerprints of trusted certificates for this @@ -1205,25 +1205,25 @@ supybot.networks.pirateirc.ssl.authorityCertificate: # sha384, and sha512. If non-empty, Certification Authority signatures # will not be used to verify certificates. # -# Default value: +# Default value: ### -supybot.networks.pirateirc.ssl.serverFingerprints: +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: +# Default value: ### -supybot.networks.pirateirc.umodes: +supybot.networks.pirateirc.umodes: ### # Determines the real name which the bot sends to the server. If empty, # defaults to supybot.user # -# Default value: +# Default value: ### -supybot.networks.pirateirc.user: +supybot.networks.pirateirc.user: ### # Determines the bot's default nick. @@ -1249,14 +1249,14 @@ supybot.nick.alternates: Dysforia %s_ %s__ # then no PID file will be written. A restart is required for changes to # this variable to take effect. # -# Default value: +# Default value: ### supybot.pidFile: /home/users/mikaela/Dysforiav2/Dysforiav2.pid ### # Determines what plugins will be loaded. # -# Default value: +# 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 @@ -1317,7 +1317,7 @@ supybot.plugins.Anonymous.public: False # Determines what capability (if any) the bot should require people # trying to use this plugin to have. # -# Default value: +# Default value: ### supybot.plugins.Anonymous.requireCapability: owner @@ -1382,9 +1382,9 @@ supybot.plugins.AttackProtector.groupjoin.detection: 20p10 # flood. If empty, defaults to # supybot.plugins.AttackProtector.kickmessage. # -# Default value: +# Default value: ### -supybot.plugins.AttackProtector.groupjoin.kickmessage: +supybot.plugins.AttackProtector.groupjoin.kickmessage: ### # Determines the punishment applied when a groupjoin flood is detected. @@ -1406,9 +1406,9 @@ supybot.plugins.AttackProtector.groupknock.detection: 7p20 # flood. If empty, defaults to # supybot.plugins.AttackProtector.kickmessage. # -# Default value: +# Default value: ### -supybot.plugins.AttackProtector.groupknock.kickmessage: +supybot.plugins.AttackProtector.groupknock.kickmessage: ### # Determines the punishment applied when a groupknock flood is detected. @@ -1430,9 +1430,9 @@ supybot.plugins.AttackProtector.groupmessage.detection: 20p20 # flood. If empty, defaults to # supybot.plugins.AttackProtector.kickmessage. # -# Default value: +# Default value: ### -supybot.plugins.AttackProtector.groupmessage.kickmessage: +supybot.plugins.AttackProtector.groupmessage.kickmessage: ### # Determines the punishment applied when a groupmessage flood is @@ -1455,9 +1455,9 @@ supybot.plugins.AttackProtector.groupnick.detection: 20p10 # flood. If empty, defaults to # supybot.plugins.AttackProtector.kickmessage. # -# Default value: +# Default value: ### -supybot.plugins.AttackProtector.groupnick.kickmessage: +supybot.plugins.AttackProtector.groupnick.kickmessage: ### # Determines the punishment applied when a groupnick flood is detected. @@ -1479,9 +1479,9 @@ supybot.plugins.AttackProtector.grouppart.detection: 20p10 # flood. If empty, defaults to # supybot.plugins.AttackProtector.kickmessage. # -# Default value: +# Default value: ### -supybot.plugins.AttackProtector.grouppart.kickmessage: +supybot.plugins.AttackProtector.grouppart.kickmessage: ### # Determines the punishment applied when a grouppart flood is detected. @@ -1503,9 +1503,9 @@ supybot.plugins.AttackProtector.join.detection: 5p10 # flood. If empty, defaults to # supybot.plugins.AttackProtector.kickmessage. # -# Default value: +# Default value: ### -supybot.plugins.AttackProtector.join.kickmessage: +supybot.plugins.AttackProtector.join.kickmessage: ### # Determines the punishment applied when a join flood is detected. @@ -1527,9 +1527,9 @@ supybot.plugins.AttackProtector.kicked.detection: 3p3600 # flood. If empty, defaults to # supybot.plugins.AttackProtector.kickmessage. # -# Default value: +# Default value: ### -supybot.plugins.AttackProtector.kicked.kickmessage: +supybot.plugins.AttackProtector.kicked.kickmessage: ### # Determines the punishment applied when user has been kicked multiple @@ -1560,9 +1560,9 @@ supybot.plugins.AttackProtector.knock.detection: 5p20 # flood. If empty, defaults to # supybot.plugins.AttackProtector.kickmessage. # -# Default value: +# Default value: ### -supybot.plugins.AttackProtector.knock.kickmessage: +supybot.plugins.AttackProtector.knock.kickmessage: ### # Determines the punishment applied when a knock flood is detected. @@ -1585,9 +1585,9 @@ supybot.plugins.AttackProtector.message.detection.##Mikaela: 10p25 # flood. If empty, defaults to # supybot.plugins.AttackProtector.kickmessage. # -# Default value: +# Default value: ### -supybot.plugins.AttackProtector.message.kickmessage: +supybot.plugins.AttackProtector.message.kickmessage: ### # Determines the punishment applied when a message flood is detected. @@ -1610,9 +1610,9 @@ supybot.plugins.AttackProtector.nick.detection: 7p300 # flood. If empty, defaults to # supybot.plugins.AttackProtector.kickmessage. # -# Default value: +# Default value: ### -supybot.plugins.AttackProtector.nick.kickmessage: +supybot.plugins.AttackProtector.nick.kickmessage: ### # Determines the punishment applied when a nick flood is detected. @@ -1634,9 +1634,9 @@ supybot.plugins.AttackProtector.part.detection: 4p5 # flood. If empty, defaults to # supybot.plugins.AttackProtector.kickmessage. # -# Default value: +# Default value: ### -supybot.plugins.AttackProtector.part.kickmessage: +supybot.plugins.AttackProtector.part.kickmessage: ### # Determines the punishment applied when a part flood is detected. @@ -1705,9 +1705,9 @@ 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: +# Default value: ### -supybot.plugins.AutoMode.extra: +supybot.plugins.AutoMode.extra: ### # Determines whether the bot will "fall through" to halfop/voicing when @@ -1885,7 +1885,7 @@ supybot.plugins.ChannelLogger.flushImmediately: True # # Default value: [nolog] ### -supybot.plugins.ChannelLogger.noLogPrefix: +supybot.plugins.ChannelLogger.noLogPrefix: ### # Determines whether this plugin is publicly visible. @@ -1966,7 +1966,7 @@ supybot.plugins.Ctcp.public: False ### # Determines what will be sent when a USERINFO query is received. # -# Default value: +# Default value: ### supybot.plugins.Ctcp.userinfo: `/whois $nick $nick` ? @@ -2200,14 +2200,14 @@ supybot.plugins.GitHub: False # know what you do. Use '@Github announce add' or '@Github announce # remove' instead. # -# Default value: +# Default value: ### -supybot.plugins.GitHub.announces: +supybot.plugins.GitHub.announces: ### # Set of space-separated secret payloads used to authenticate GitHub. # -# Default value: +# Default value: ### supybot.plugins.GitHub.announces.secret: CENSORED @@ -2223,9 +2223,9 @@ 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: +# Default value: ### -supybot.plugins.GitHub.format.before.push: +supybot.plugins.GitHub.format.before.push: ### # Format for commit comment events. @@ -2237,72 +2237,72 @@ supybot.plugins.GitHub.format.commit_comment: echo $repository__owner__name/\x02 ### # Format for create events. # -# Default value: +# Default value: ### -supybot.plugins.GitHub.format.create: +supybot.plugins.GitHub.format.create: ### # Format for delete events. # -# Default value: +# Default value: ### -supybot.plugins.GitHub.format.delete: +supybot.plugins.GitHub.format.delete: ### # Format for deployment events. # -# Default value: +# Default value: ### -supybot.plugins.GitHub.format.deployment: +supybot.plugins.GitHub.format.deployment: ### # Format for deployment_status events. # -# Default value: +# Default value: ### -supybot.plugins.GitHub.format.deployment_status: +supybot.plugins.GitHub.format.deployment_status: ### # Format for download events. # -# Default value: +# Default value: ### -supybot.plugins.GitHub.format.download: +supybot.plugins.GitHub.format.download: ### # Format for follow events. # -# Default value: +# Default value: ### -supybot.plugins.GitHub.format.follow: +supybot.plugins.GitHub.format.follow: ### # Format for fork events. # -# Default value: +# Default value: ### -supybot.plugins.GitHub.format.fork: +supybot.plugins.GitHub.format.fork: ### # Format for fork_apply events. # -# Default value: +# Default value: ### -supybot.plugins.GitHub.format.fork_apply: +supybot.plugins.GitHub.format.fork_apply: ### # Format for gist events. # -# Default value: +# Default value: ### -supybot.plugins.GitHub.format.gist: +supybot.plugins.GitHub.format.gist: ### # Format for gollum events. # -# Default value: +# Default value: ### -supybot.plugins.GitHub.format.gollum: +supybot.plugins.GitHub.format.gollum: ### # Format for issue comment events. @@ -2321,37 +2321,37 @@ supybot.plugins.GitHub.format.issues: echo $repository__owner__login/\x02$reposi ### # Format for member events. # -# Default value: +# Default value: ### -supybot.plugins.GitHub.format.member: +supybot.plugins.GitHub.format.member: ### # Format for membership events. # -# Default value: +# Default value: ### -supybot.plugins.GitHub.format.membership: +supybot.plugins.GitHub.format.membership: ### # Format for organization events. # -# Default value: +# Default value: ### -supybot.plugins.GitHub.format.organization: +supybot.plugins.GitHub.format.organization: ### # Format for page_build events. # -# Default value: +# Default value: ### -supybot.plugins.GitHub.format.page_build: +supybot.plugins.GitHub.format.page_build: ### # Format for public events. # -# Default value: +# Default value: ### -supybot.plugins.GitHub.format.public: +supybot.plugins.GitHub.format.public: ### # Format for pull request events. @@ -2375,7 +2375,7 @@ supybot.plugins.GitHub.format.pull_request_review: echo $repository__owner__logi # review comments, you probably only want to use the pull_request_review # event to avoid clutter. # -# Default value: +# 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 @@ -2396,16 +2396,16 @@ supybot.plugins.GitHub.format.push.hidden: echo (+$__hidden_commits hidden commi ### # Format for release events. # -# Default value: +# Default value: ### -supybot.plugins.GitHub.format.release: +supybot.plugins.GitHub.format.release: ### # Format for repository events. # -# Default value: +# Default value: ### -supybot.plugins.GitHub.format.repository: +supybot.plugins.GitHub.format.repository: ### # Format for status events. @@ -2417,23 +2417,23 @@ supybot.plugins.GitHub.format.status: echo $repository__owner__login/\x02$reposi ### # Format for team events. # -# Default value: +# Default value: ### -supybot.plugins.GitHub.format.team: +supybot.plugins.GitHub.format.team: ### # Format for team_add events. # -# Default value: +# Default value: ### -supybot.plugins.GitHub.format.team_add: +supybot.plugins.GitHub.format.team_add: ### # Format for watch events. # -# Default value: +# Default value: ### -supybot.plugins.GitHub.format.watch: +supybot.plugins.GitHub.format.watch: ### # Determines the maximum number of commits that will be announced for a @@ -2484,7 +2484,7 @@ supybot.plugins.Google.colorfulFilter: False # # Default value: lang_en ### -supybot.plugins.Google.defaultLanguage: +supybot.plugins.Google.defaultLanguage: ### # Determines the maximum number of results returned from the google @@ -2514,7 +2514,7 @@ supybot.plugins.Google.public: True # of the search requests. If this value is empty, a Referer will be # generated in the following format: http://$server/$botName # -# Default value: +# Default value: ### supybot.plugins.Google.referer: https://bot.mikaela.info/ @@ -2545,16 +2545,16 @@ supybot.plugins.Herald: True # specified, that will be used instead. If set to the empty string, the # default herald will be disabled. # -# Default value: +# Default value: ### -supybot.plugins.Herald.default: +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: +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 @@ -2590,9 +2590,9 @@ supybot.plugins.Herald.public: True # Determines what capability (if any) is required to add/change/remove # the herald of another user. # -# Default value: +# Default value: ### -supybot.plugins.Herald.requireCapability: +supybot.plugins.Herald.requireCapability: ### # Determines the minimum number of seconds between heralds. @@ -2993,15 +2993,15 @@ 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: +# 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 | +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: +# 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- @@ -3058,7 +3058,7 @@ supybot.plugins.MessageParser.keepRankInfo: True # Determines the separator used between regexps when shown by the list # command. # -# Default value: , +# Default value: , ### supybot.plugins.MessageParser.listSeparator: , @@ -3110,7 +3110,7 @@ supybot.plugins.Misc: True # Sets a custom help string, displayed when the 'help' command is called # without arguments. # -# Default value: +# Default value: ### supybot.plugins.Misc.customHelpString: For list of plugins use the `list` command. For list of commands in plugins use `list `. For help for command use `help .` If there are X messages more, use the `more` command. If you need more help, plese see . @@ -3361,9 +3361,9 @@ supybot.plugins.RSS: True # input is a list of strings (either registered RSS feeds or RSS feed # URLs) separated by spaces. # -# Default value: +# Default value: ### -supybot.plugins.RSS.announce: +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 @@ -3392,7 +3392,7 @@ supybot.plugins.RSS.defaultNumberOfHeadlines: 1 ### # Determines what feeds should be accessible as commands. # -# Default value: +# 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 @@ -3401,16 +3401,16 @@ supybot.plugins.RSS.feeds.afterdawn: http://feeds.afterdawn.com/afterdawn # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.afterdawn.announceFormat: +supybot.plugins.RSS.feeds.afterdawn.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.afterdawn.format: +supybot.plugins.RSS.feeds.afterdawn.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3425,16 +3425,16 @@ supybot.plugins.RSS.feeds.afterdawnfi: http://feeds.afterdawn.com/afterdawn_uuti # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.afterdawnfi.announceFormat: +supybot.plugins.RSS.feeds.afterdawnfi.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.afterdawnfi.format: +supybot.plugins.RSS.feeds.afterdawnfi.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3449,16 +3449,16 @@ supybot.plugins.RSS.feeds.amnestyfi: https://www.amnesty.fi/feed # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.amnestyfi.announceFormat: +supybot.plugins.RSS.feeds.amnestyfi.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.amnestyfi.format: +supybot.plugins.RSS.feeds.amnestyfi.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3473,16 +3473,16 @@ supybot.plugins.RSS.feeds.antergos: http://antergos.com/feed/ # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.antergos.announceFormat: +supybot.plugins.RSS.feeds.antergos.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.antergos.format: +supybot.plugins.RSS.feeds.antergos.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3497,16 +3497,16 @@ supybot.plugins.RSS.feeds.appearin: http://blog.appear.in/rss # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.appearin.announceFormat: +supybot.plugins.RSS.feeds.appearin.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.appearin.format: +supybot.plugins.RSS.feeds.appearin.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3521,16 +3521,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.arch.announceFormat: +supybot.plugins.RSS.feeds.arch.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.arch.format: +supybot.plugins.RSS.feeds.arch.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3545,16 +3545,16 @@ supybot.plugins.RSS.feeds.archsecurity: https://www.coredump.fr/rss/arch-securit # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.archsecurity.announceFormat: +supybot.plugins.RSS.feeds.archsecurity.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.archsecurity.format: +supybot.plugins.RSS.feeds.archsecurity.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3569,16 +3569,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.archupdates.announceFormat: +supybot.plugins.RSS.feeds.archupdates.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.archupdates.format: +supybot.plugins.RSS.feeds.archupdates.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3593,16 +3593,16 @@ supybot.plugins.RSS.feeds.chromium: https://blog.chromium.org/feeds/posts/defaul # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.chromium.announceFormat: +supybot.plugins.RSS.feeds.chromium.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.chromium.format: +supybot.plugins.RSS.feeds.chromium.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3617,16 +3617,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.cnchi.announceFormat: +supybot.plugins.RSS.feeds.cnchi.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.cnchi.format: +supybot.plugins.RSS.feeds.cnchi.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3641,16 +3641,16 @@ supybot.plugins.RSS.feeds.corebird: https://github.com/baedert/corebird/tags.ato # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.corebird.announceFormat: +supybot.plugins.RSS.feeds.corebird.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.corebird.format: +supybot.plugins.RSS.feeds.corebird.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3665,16 +3665,16 @@ supybot.plugins.RSS.feeds.digitoday: http://www.digitoday.fi/rss # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.digitoday.announceFormat: +supybot.plugins.RSS.feeds.digitoday.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.digitoday.format: +supybot.plugins.RSS.feeds.digitoday.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3689,16 +3689,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.dsa.announceFormat: +supybot.plugins.RSS.feeds.dsa.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.dsa.format: +supybot.plugins.RSS.feeds.dsa.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3713,16 +3713,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.egs.announceFormat: +supybot.plugins.RSS.feeds.egs.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.egs.format: +supybot.plugins.RSS.feeds.egs.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3737,16 +3737,16 @@ supybot.plugins.RSS.feeds.elisahairio: http://esco.elisa.fi/rest/esco/bulletin/r # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.elisahairio.announceFormat: +supybot.plugins.RSS.feeds.elisahairio.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.elisahairio.format: +supybot.plugins.RSS.feeds.elisahairio.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3761,16 +3761,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.enhighfi.announceFormat: +supybot.plugins.RSS.feeds.enhighfi.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.enhighfi.format: +supybot.plugins.RSS.feeds.enhighfi.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3785,16 +3785,16 @@ supybot.plugins.RSS.feeds.everydayfeminism: http://feeds.feedburner.com/Everyday # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.everydayfeminism.announceFormat: +supybot.plugins.RSS.feeds.everydayfeminism.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.everydayfeminism.format: +supybot.plugins.RSS.feeds.everydayfeminism.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3809,16 +3809,16 @@ supybot.plugins.RSS.feeds.fedoramagazine: https://fedoramagazine.org/feed/ # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.fedoramagazine.announceFormat: +supybot.plugins.RSS.feeds.fedoramagazine.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.fedoramagazine.format: +supybot.plugins.RSS.feeds.fedoramagazine.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3833,16 +3833,16 @@ supybot.plugins.RSS.feeds.franz: https://github.com/meetfranz/franz-app/tags.ato # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.franz.announceFormat: +supybot.plugins.RSS.feeds.franz.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.franz.format: +supybot.plugins.RSS.feeds.franz.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3857,16 +3857,16 @@ supybot.plugins.RSS.feeds.freenode: https://freenode.net/news/rss # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.freenode.announceFormat: +supybot.plugins.RSS.feeds.freenode.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.freenode.format: +supybot.plugins.RSS.feeds.freenode.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3881,16 +3881,16 @@ supybot.plugins.RSS.feeds.ghstatus: https://status.github.com # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.ghstatus.announceFormat: +supybot.plugins.RSS.feeds.ghstatus.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.ghstatus.format: +supybot.plugins.RSS.feeds.ghstatus.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3905,16 +3905,16 @@ supybot.plugins.RSS.feeds.github: https://github.com/blog # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.github.announceFormat: +supybot.plugins.RSS.feeds.github.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.github.format: +supybot.plugins.RSS.feeds.github.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3929,16 +3929,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.goodbyetohalos.announceFormat: +supybot.plugins.RSS.feeds.goodbyetohalos.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.goodbyetohalos.format: +supybot.plugins.RSS.feeds.goodbyetohalos.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3953,16 +3953,16 @@ supybot.plugins.RSS.feeds.helsinkitimes: http://www.helsinkitimes.fi/?format=fee # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.helsinkitimes.announceFormat: +supybot.plugins.RSS.feeds.helsinkitimes.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.helsinkitimes.format: +supybot.plugins.RSS.feeds.helsinkitimes.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -3977,16 +3977,16 @@ supybot.plugins.RSS.feeds.highfi: http://high.fi/uutiset/rss # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.highfi.announceFormat: +supybot.plugins.RSS.feeds.highfi.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.highfi.format: +supybot.plugins.RSS.feeds.highfi.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4001,16 +4001,16 @@ supybot.plugins.RSS.feeds.hrtcancelled: http://omatlahdot.hkl.fi/pinfo/poikkeusi # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### supybot.plugins.RSS.feeds.hrtcancelled.announceFormat: $title ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.hrtcancelled.format: +supybot.plugins.RSS.feeds.hrtcancelled.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4025,16 +4025,16 @@ supybot.plugins.RSS.feeds.hrtexceptioninfo: http://omatlahdot.hkl.fi/pinfo/poikk # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### supybot.plugins.RSS.feeds.hrtexceptioninfo.announceFormat: $title ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.hrtexceptioninfo.format: +supybot.plugins.RSS.feeds.hrtexceptioninfo.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4049,16 +4049,16 @@ supybot.plugins.RSS.feeds.hsruoka: http://www.hs.fi/uutiset/osastoittain/rss?osa # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.hsruoka.announceFormat: +supybot.plugins.RSS.feeds.hsruoka.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.hsruoka.format: +supybot.plugins.RSS.feeds.hsruoka.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4073,16 +4073,16 @@ supybot.plugins.RSS.feeds.httpseverywhere: https://github.com/EFForg/https-every # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.httpseverywhere.announceFormat: +supybot.plugins.RSS.feeds.httpseverywhere.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.httpseverywhere.format: +supybot.plugins.RSS.feeds.httpseverywhere.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4097,16 +4097,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.iltalehti.announceFormat: +supybot.plugins.RSS.feeds.iltalehti.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.iltalehti.format: +supybot.plugins.RSS.feeds.iltalehti.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4121,16 +4121,16 @@ supybot.plugins.RSS.feeds.iltasanomat: http://www.iltasanomat.fi/rss/tuoreimmat. # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.iltasanomat.announceFormat: +supybot.plugins.RSS.feeds.iltasanomat.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.iltasanomat.format: +supybot.plugins.RSS.feeds.iltasanomat.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4145,16 +4145,16 @@ supybot.plugins.RSS.feeds.investigateingress: http://investigate.ingress.com/fee # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.investigateingress.announceFormat: +supybot.plugins.RSS.feeds.investigateingress.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.investigateingress.format: +supybot.plugins.RSS.feeds.investigateingress.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4169,16 +4169,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.ipv6net.announceFormat: +supybot.plugins.RSS.feeds.ipv6net.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.ipv6net.format: +supybot.plugins.RSS.feeds.ipv6net.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4193,16 +4193,16 @@ supybot.plugins.RSS.feeds.ircassholes: http://ircassholes.net/rss # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.ircassholes.announceFormat: +supybot.plugins.RSS.feeds.ircassholes.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.ircassholes.format: +supybot.plugins.RSS.feeds.ircassholes.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4217,16 +4217,16 @@ supybot.plugins.RSS.feeds.itapuolentie: http://itapuolentie.sarjakuvablogit.com/ # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.itapuolentie.announceFormat: +supybot.plugins.RSS.feeds.itapuolentie.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.itapuolentie.format: +supybot.plugins.RSS.feeds.itapuolentie.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4241,16 +4241,16 @@ supybot.plugins.RSS.feeds.jolla: https://blog.jolla.com/feed/ # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.jolla.announceFormat: +supybot.plugins.RSS.feeds.jolla.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.jolla.format: +supybot.plugins.RSS.feeds.jolla.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4265,16 +4265,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.jorieskolin.announceFormat: +supybot.plugins.RSS.feeds.jorieskolin.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.jorieskolin.format: +supybot.plugins.RSS.feeds.jorieskolin.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4289,16 +4289,16 @@ supybot.plugins.RSS.feeds.kapsitiedotteet: https://www.kapsi.fi/tiedotteet/rss.x # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.kapsitiedotteet.announceFormat: +supybot.plugins.RSS.feeds.kapsitiedotteet.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.kapsitiedotteet.format: +supybot.plugins.RSS.feeds.kapsitiedotteet.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4313,16 +4313,16 @@ supybot.plugins.RSS.feeds.kimchicuddles: http://kimchicuddles.com/rss # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.kimchicuddles.announceFormat: +supybot.plugins.RSS.feeds.kimchicuddles.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.kimchicuddles.format: +supybot.plugins.RSS.feeds.kimchicuddles.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4337,16 +4337,16 @@ supybot.plugins.RSS.feeds.kyberturvallisuuskeskus: https://www.viestintavirasto. # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.kyberturvallisuuskeskus.announceFormat: +supybot.plugins.RSS.feeds.kyberturvallisuuskeskus.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.kyberturvallisuuskeskus.format: +supybot.plugins.RSS.feeds.kyberturvallisuuskeskus.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4361,16 +4361,16 @@ supybot.plugins.RSS.feeds.lauttasaari: http://lauttasaari.fi/?format=feed&type=a # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.lauttasaari.announceFormat: +supybot.plugins.RSS.feeds.lauttasaari.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.lauttasaari.format: +supybot.plugins.RSS.feeds.lauttasaari.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4385,16 +4385,16 @@ supybot.plugins.RSS.feeds.limnoria: https://github.com/ProgVal/Limnoria/tags.ato # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.limnoria.announceFormat: +supybot.plugins.RSS.feeds.limnoria.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.limnoria.format: +supybot.plugins.RSS.feeds.limnoria.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4409,16 +4409,16 @@ supybot.plugins.RSS.feeds.limnoriamaster: https://github.com/ProgVal/Limnoria/co # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.limnoriamaster.announceFormat: +supybot.plugins.RSS.feeds.limnoriamaster.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.limnoriamaster.format: +supybot.plugins.RSS.feeds.limnoriamaster.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4433,16 +4433,16 @@ supybot.plugins.RSS.feeds.limnoriatesting: https://github.com/ProgVal/Limnoria/c # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.limnoriatesting.announceFormat: +supybot.plugins.RSS.feeds.limnoriatesting.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.limnoriatesting.format: +supybot.plugins.RSS.feeds.limnoriatesting.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4457,16 +4457,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.mikaela.announceFormat: +supybot.plugins.RSS.feeds.mikaela.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.mikaela.format: +supybot.plugins.RSS.feeds.mikaela.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4481,16 +4481,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.misfile.announceFormat: +supybot.plugins.RSS.feeds.misfile.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.misfile.format: +supybot.plugins.RSS.feeds.misfile.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4505,16 +4505,16 @@ supybot.plugins.RSS.feeds.mozilla: https://blog.mozilla.org/feed/ # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.mozilla.announceFormat: +supybot.plugins.RSS.feeds.mozilla.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.mozilla.format: +supybot.plugins.RSS.feeds.mozilla.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4529,16 +4529,16 @@ supybot.plugins.RSS.feeds.mozillafuturereleases: https://blog.mozilla.org/future # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.mozillafuturereleases.announceFormat: +supybot.plugins.RSS.feeds.mozillafuturereleases.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.mozillafuturereleases.format: +supybot.plugins.RSS.feeds.mozillafuturereleases.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4553,16 +4553,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.mtv.announceFormat: +supybot.plugins.RSS.feeds.mtv.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.mtv.format: +supybot.plugins.RSS.feeds.mtv.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4577,16 +4577,16 @@ supybot.plugins.RSS.feeds.nakedsecurity: https://nakedsecurity.sophos.com/feed/ # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.nakedsecurity.announceFormat: +supybot.plugins.RSS.feeds.nakedsecurity.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.nakedsecurity.format: +supybot.plugins.RSS.feeds.nakedsecurity.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4601,16 +4601,16 @@ supybot.plugins.RSS.feeds.ncscfi: https://www.viestintavirasto.fi/en/rss/tietotu # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.ncscfi.announceFormat: +supybot.plugins.RSS.feeds.ncscfi.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.ncscfi.format: +supybot.plugins.RSS.feeds.ncscfi.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4625,16 +4625,16 @@ supybot.plugins.RSS.feeds.omgchrome: http://omgchrome.com/feed # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.omgchrome.announceFormat: +supybot.plugins.RSS.feeds.omgchrome.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.omgchrome.format: +supybot.plugins.RSS.feeds.omgchrome.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4649,16 +4649,16 @@ supybot.plugins.RSS.feeds.omgubuntu: http://omgubuntu.co.uk/feed # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.omgubuntu.announceFormat: +supybot.plugins.RSS.feeds.omgubuntu.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.omgubuntu.format: +supybot.plugins.RSS.feeds.omgubuntu.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4673,16 +4673,16 @@ supybot.plugins.RSS.feeds.opendnssystem: https://system.opendns.com/feed/ # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.opendnssystem.announceFormat: +supybot.plugins.RSS.feeds.opendnssystem.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.opendnssystem.format: +supybot.plugins.RSS.feeds.opendnssystem.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4697,16 +4697,16 @@ supybot.plugins.RSS.feeds.piinmaailma: http://piinmaailma.sarjakuvablogit.com/fe # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.piinmaailma.announceFormat: +supybot.plugins.RSS.feeds.piinmaailma.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.piinmaailma.format: +supybot.plugins.RSS.feeds.piinmaailma.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4721,16 +4721,16 @@ supybot.plugins.RSS.feeds.pirateint: http://pirateint.org/feed/ # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.pirateint.announceFormat: +supybot.plugins.RSS.feeds.pirateint.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.pirateint.format: +supybot.plugins.RSS.feeds.pirateint.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4745,16 +4745,16 @@ supybot.plugins.RSS.feeds.piratetimes: http://piratetimes.net/feed/ # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.piratetimes.announceFormat: +supybot.plugins.RSS.feeds.piratetimes.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.piratetimes.format: +supybot.plugins.RSS.feeds.piratetimes.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4769,16 +4769,16 @@ supybot.plugins.RSS.feeds.progvalsupybotplugins: https://github.com/ProgVal/Supy # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.progvalsupybotplugins.announceFormat: +supybot.plugins.RSS.feeds.progvalsupybotplugins.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.progvalsupybotplugins.format: +supybot.plugins.RSS.feeds.progvalsupybotplugins.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4793,16 +4793,16 @@ supybot.plugins.RSS.feeds.puoltaja: http://www.puoltaja.fi/feed # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.puoltaja.announceFormat: +supybot.plugins.RSS.feeds.puoltaja.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.puoltaja.format: +supybot.plugins.RSS.feeds.puoltaja.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4817,16 +4817,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.puoltajauutiset.announceFormat: +supybot.plugins.RSS.feeds.puoltajauutiset.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.puoltajauutiset.format: +supybot.plugins.RSS.feeds.puoltajauutiset.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4841,16 +4841,16 @@ supybot.plugins.RSS.feeds.radikaaliamielenterveytta: https://radikaaliamielenter # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.radikaaliamielenterveytta.announceFormat: +supybot.plugins.RSS.feeds.radikaaliamielenterveytta.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.radikaaliamielenterveytta.format: +supybot.plugins.RSS.feeds.radikaaliamielenterveytta.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4865,16 +4865,16 @@ supybot.plugins.RSS.feeds.reddit: http://feeds.feedburner.com/redditblog # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.reddit.announceFormat: +supybot.plugins.RSS.feeds.reddit.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.reddit.format: +supybot.plugins.RSS.feeds.reddit.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4889,16 +4889,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.riot.announceFormat: +supybot.plugins.RSS.feeds.riot.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.riot.format: +supybot.plugins.RSS.feeds.riot.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4913,16 +4913,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.robothugs.announceFormat: +supybot.plugins.RSS.feeds.robothugs.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.robothugs.format: +supybot.plugins.RSS.feeds.robothugs.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4937,16 +4937,16 @@ supybot.plugins.RSS.feeds.roostertails: http://www.roostertailscomic.com/feed/ # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.roostertails.announceFormat: +supybot.plugins.RSS.feeds.roostertails.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.roostertails.format: +supybot.plugins.RSS.feeds.roostertails.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4961,16 +4961,16 @@ supybot.plugins.RSS.feeds.seta: http://seta.fi/feed/ # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.seta.announceFormat: +supybot.plugins.RSS.feeds.seta.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.seta.format: +supybot.plugins.RSS.feeds.seta.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -4985,16 +4985,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.setaen.announceFormat: +supybot.plugins.RSS.feeds.setaen.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.setaen.format: +supybot.plugins.RSS.feeds.setaen.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -5009,16 +5009,16 @@ supybot.plugins.RSS.feeds.stt: https://twitrss.me/twitter_user_to_rss/?user=STTu # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.stt.announceFormat: +supybot.plugins.RSS.feeds.stt.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.stt.format: +supybot.plugins.RSS.feeds.stt.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -5033,16 +5033,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.tivi.announceFormat: +supybot.plugins.RSS.feeds.tivi.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.tivi.format: +supybot.plugins.RSS.feeds.tivi.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -5057,16 +5057,16 @@ supybot.plugins.RSS.feeds.tmatrixdotorg: https://twitrss.me/twitter_user_to_rss/ # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.tmatrixdotorg.announceFormat: +supybot.plugins.RSS.feeds.tmatrixdotorg.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.tmatrixdotorg.format: +supybot.plugins.RSS.feeds.tmatrixdotorg.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -5081,16 +5081,16 @@ supybot.plugins.RSS.feeds.torrentfreak: https://feeds.feedburner.com/Torrentfrea # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.torrentfreak.announceFormat: +supybot.plugins.RSS.feeds.torrentfreak.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.torrentfreak.format: +supybot.plugins.RSS.feeds.torrentfreak.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -5105,16 +5105,16 @@ supybot.plugins.RSS.feeds.tox: https://blog.tox.chat/feed/ # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.tox.announceFormat: +supybot.plugins.RSS.feeds.tox.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.tox.format: +supybot.plugins.RSS.feeds.tox.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -5129,16 +5129,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.travisstatus.announceFormat: +supybot.plugins.RSS.feeds.travisstatus.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.travisstatus.format: +supybot.plugins.RSS.feeds.travisstatus.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -5153,16 +5153,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.tznews.announceFormat: +supybot.plugins.RSS.feeds.tznews.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.tznews.format: +supybot.plugins.RSS.feeds.tznews.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -5177,16 +5177,16 @@ supybot.plugins.RSS.feeds.usn: http://www.ubuntu.com/usn/ # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.usn.announceFormat: +supybot.plugins.RSS.feeds.usn.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.usn.format: +supybot.plugins.RSS.feeds.usn.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -5201,16 +5201,16 @@ supybot.plugins.RSS.feeds.uuninpankkopoikasakutimonen: http://blogit.image.fi/uu # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.uuninpankkopoikasakutimonen.announceFormat: +supybot.plugins.RSS.feeds.uuninpankkopoikasakutimonen.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.uuninpankkopoikasakutimonen.format: +supybot.plugins.RSS.feeds.uuninpankkopoikasakutimonen.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -5225,16 +5225,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.uusisuomi.announceFormat: +supybot.plugins.RSS.feeds.uusisuomi.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.uusisuomi.format: +supybot.plugins.RSS.feeds.uusisuomi.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -5249,16 +5249,16 @@ supybot.plugins.RSS.feeds.validation: http://www.validationcomic.com/feed/ # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.validation.announceFormat: +supybot.plugins.RSS.feeds.validation.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.validation.format: +supybot.plugins.RSS.feeds.validation.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -5273,16 +5273,16 @@ supybot.plugins.RSS.feeds.valtioneuvosto: http://valtioneuvosto.fi/uutiset/-/ass # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.valtioneuvosto.announceFormat: +supybot.plugins.RSS.feeds.valtioneuvosto.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.valtioneuvosto.format: +supybot.plugins.RSS.feeds.valtioneuvosto.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -5297,16 +5297,16 @@ supybot.plugins.RSS.feeds.varisverkosto: https://varisverkosto.com/feed # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.varisverkosto.announceFormat: +supybot.plugins.RSS.feeds.varisverkosto.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.varisverkosto.format: +supybot.plugins.RSS.feeds.varisverkosto.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -5321,16 +5321,16 @@ supybot.plugins.RSS.feeds.verkkouutiset: http://www.verkkouutiset.fi/feeds/all/a # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.verkkouutiset.announceFormat: +supybot.plugins.RSS.feeds.verkkouutiset.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.verkkouutiset.format: +supybot.plugins.RSS.feeds.verkkouutiset.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -5345,16 +5345,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.vesanlinja.announceFormat: +supybot.plugins.RSS.feeds.vesanlinja.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.vesanlinja.format: +supybot.plugins.RSS.feeds.vesanlinja.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -5369,16 +5369,16 @@ supybot.plugins.RSS.feeds.windows: http://blogs.windows.com/feed/ # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.windows.announceFormat: +supybot.plugins.RSS.feeds.windows.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.windows.format: +supybot.plugins.RSS.feeds.windows.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -5393,16 +5393,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.yle.announceFormat: +supybot.plugins.RSS.feeds.yle.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.yle.format: +supybot.plugins.RSS.feeds.yle.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -5417,16 +5417,16 @@ supybot.plugins.RSS.feeds.yleenglish: http://yle.fi/uutiset/rss/uutiset.rss?osas # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.yleenglish.announceFormat: +supybot.plugins.RSS.feeds.yleenglish.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.yleenglish.format: +supybot.plugins.RSS.feeds.yleenglish.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -5441,16 +5441,16 @@ supybot.plugins.RSS.feeds.ylekioski: http://kioski.yle.fi/rss # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.ylekioski.announceFormat: +supybot.plugins.RSS.feeds.ylekioski.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.ylekioski.format: +supybot.plugins.RSS.feeds.ylekioski.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -5465,16 +5465,16 @@ supybot.plugins.RSS.feeds.yleselkosuomi: http://yle.fi/uutiset/rss/uutiset.rss?o # Feed-specific announce format. Defaults to # supybot.plugins.RSS.announceFormat if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.yleselkosuomi.announceFormat: +supybot.plugins.RSS.feeds.yleselkosuomi.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.yleselkosuomi.format: +supybot.plugins.RSS.feeds.yleselkosuomi.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -5489,16 +5489,16 @@ 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: +# Default value: ### -supybot.plugins.RSS.feeds.znc.announceFormat: +supybot.plugins.RSS.feeds.znc.announceFormat: ### # Feed-specific format. Defaults to supybot.plugins.RSS.format if empty. # -# Default value: +# Default value: ### -supybot.plugins.RSS.feeds.znc.format: +supybot.plugins.RSS.feeds.znc.format: ### # If set to a non-zero value, overrides supybot.plugins.RSS.waitPeriod @@ -5522,9 +5522,9 @@ supybot.plugins.RSS.format: $date: $feed_name \u2014 \x02$title\x0f \u2014 <$lin ### # Determines what string is used to separate headlines in new feeds. # -# Default value: | +# Default value: | ### -supybot.plugins.RSS.headlineSeparator: | +supybot.plugins.RSS.headlineSeparator: | ### # Indicates how many headlines an rss feed will output when it is first @@ -5538,17 +5538,17 @@ 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: +# Default value: ### -supybot.plugins.RSS.keywordBlacklist: +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: +# Default value: ### -supybot.plugins.RSS.keywordWhitelist: +supybot.plugins.RSS.keywordWhitelist: ### # Determines whether announces will be sent as notices instead of @@ -5590,9 +5590,9 @@ supybot.plugins.Relay: False ### # Determines which channels the bot will relay in. # -# Default value: +# Default value: ### -supybot.plugins.Relay.channels: +supybot.plugins.Relay.channels: ### # Determines whether the bot will always join the channel(s) it relays @@ -5621,9 +5621,9 @@ supybot.plugins.Relay.hostmasks: True ### # Determines what hostmasks will not be relayed on a channel. # -# Default value: +# Default value: ### -supybot.plugins.Relay.ignores: +supybot.plugins.Relay.ignores: ### # Determines whether the bot will include the network in relayed @@ -5922,9 +5922,9 @@ 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: +# Default value: ### -supybot.plugins.Topic.default: +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 | Rules supybot.plugins.Topic.default.##abgilpqt+: Channel for asexuals/aromantics, bi*, gays, intersex, pan*, queer, trans & other gender, romantic/sensual & sexual minorities \u2665 | Rules: | 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 . @@ -5972,10 +5972,10 @@ supybot.plugins.Topic.requireManageCapability: channel,op; channel,halfop # Determines what separator is used between individually added topics in # the channel topic. # -# Default value: | +# Default value: | ### -supybot.plugins.Topic.separator: | -supybot.plugins.Topic.separator.##asexuality: | +supybot.plugins.Topic.separator: | +supybot.plugins.Topic.separator.##asexuality: | ### # Determines whether the bot will automatically set the topic on join if @@ -6011,15 +6011,15 @@ 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: +# Default value: ### -supybot.plugins.Twitter.accounts.bot.key: +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: +# Default value: ### supybot.plugins.Twitter.accounts.bot.secret: CENSORED @@ -6036,15 +6036,15 @@ 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: +# Default value: ### -supybot.plugins.Twitter.accounts.channel.key: +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: +# Default value: ### supybot.plugins.Twitter.accounts.channel.secret: CENSORED @@ -6092,9 +6092,9 @@ supybot.plugins.Twitter.announce.timeline: True ### # Determines users whose tweets will be announced on the channel. # -# Default value: +# Default value: ### -supybot.plugins.Twitter.announce.users: +supybot.plugins.Twitter.announce.users: ### # Determines whether or not the ID of announced tweets will be @@ -6152,9 +6152,9 @@ supybot.plugins.URL: True # Give the empty string if you have no URLs that you'd like to exclude # from being snarfed. # -# Default value: +# Default value: ### -supybot.plugins.URL.nonSnarfingRegexp: +supybot.plugins.URL.nonSnarfingRegexp: ### # Determines whether this plugin is publicly visible. @@ -6171,9 +6171,9 @@ supybot.plugins.Unix: True ### # Determines what command will be called for the fortune command. # -# Default value: +# Default value: ### -supybot.plugins.Unix.fortune.command: +supybot.plugins.Unix.fortune.command: ### # Determines whether fortune will give equal weight to the different @@ -6190,9 +6190,9 @@ supybot.plugins.Unix.fortune.equal: True # note that this fortune file must be placed with the rest of your # system's fortune files. # -# Default value: +# Default value: ### -supybot.plugins.Unix.fortune.files: +supybot.plugins.Unix.fortune.files: ### # Determines whether fortune will retrieve offensive fortunes along with @@ -6282,9 +6282,9 @@ supybot.plugins.User: True # Determines what message the bot sends when a user isn't identified or # recognized. # -# Default value: +# Default value: ### -supybot.plugins.User.customWhoamiError: +supybot.plugins.User.customWhoamiError: ### # Determines whether the output of 'user list' will be sent in private. @@ -6349,7 +6349,7 @@ supybot.plugins.Web.fetch.timeout: 5 # Give the empty string if you have no URLs that you'd like to exclude # from being snarfed. # -# Default value: +# Default value: ### supybot.plugins.Web.nonSnarfingRegexp: m/facebook\\.com/ @@ -6422,9 +6422,9 @@ supybot.plugins.Web.titleSnarfer.#vaaliteltta: False # commands that retrieve data from user-supplied URLs, including fetch, # headers, title, doctype. # -# Default value: +# Default value: ### -supybot.plugins.Web.urlWhitelist: +supybot.plugins.Web.urlWhitelist: ### # Determines whether this plugin is loaded by default. @@ -6574,9 +6574,9 @@ 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: +# Default value: ### -supybot.protocols.http.proxy: +supybot.protocols.http.proxy: ### # Determines what will be used as the default banmask style. @@ -6589,7 +6589,7 @@ supybot.protocols.irc.banmask: host # Determines what certificate file (if any) the bot will use connect # with SSL sockets by default. # -# Default value: +# Default value: ### supybot.protocols.irc.certfile: /home/users/mikaela/Dysforiav2/Dysforiav2.pem @@ -6665,7 +6665,7 @@ supybot.protocols.irc.throttleTime: 1.0 # +x, which indicates to the auth services on those networks that you # should be given a fake host. # -# Default value: +# Default value: ### supybot.protocols.irc.umodes: +Qxt-Ii @@ -6673,7 +6673,7 @@ supybot.protocols.irc.umodes: +Qxt-Ii # Determines what vhost the bot will bind to before connecting a server # (IRC, HTTP, ...) via IPv4. # -# Default value: +# Default value: ### supybot.protocols.irc.vhost: 0.0.0.0 @@ -6681,7 +6681,7 @@ 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: +# Default value: ### supybot.protocols.irc.vhostv6: vep2.mikaela.info @@ -6944,14 +6944,14 @@ supybot.reply.showSimpleSyntax: True # simultaneously, and if any one of them is used as a prefix the bot # will assume it is being addressed. # -# Default value: +# Default value: ### -supybot.reply.whenAddressedBy.chars: +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: +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 @@ -6979,11 +6979,11 @@ 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: +# Default value: ### -supybot.reply.whenAddressedBy.nicks: -supybot.reply.whenAddressedBy.nicks.#antergos: -supybot.reply.whenAddressedBy.nicks.#lokalisointi: +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 @@ -6992,12 +6992,12 @@ supybot.reply.whenAddressedBy.nicks.#lokalisointi: # 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: +# Default value: ### supybot.reply.whenAddressedBy.strings: __ !Euforia !euforia supybot.reply.whenAddressedBy.strings.#antergos: __ -supybot.reply.whenAddressedBy.strings.#disobey\.fi: -supybot.reply.whenAddressedBy.strings.#lokalisointi: +supybot.reply.whenAddressedBy.strings.#disobey\.fi: +supybot.reply.whenAddressedBy.strings.#lokalisointi: ### # Determines whether the bot should attempt to reply to all messages @@ -7061,7 +7061,7 @@ supybot.reply.withNoticeWhenPrivate: True ### # Determines the path of the file served as favicon to browsers. # -# Default value: +# Default value: ### supybot.servers.http.favicon: /home/users/mikaela/Dysforiav2/data/web/favicon.ico