Fixes default/off value for SpiffyTitles configuration option channelWhitelist

This commit is contained in:
PrgmrBill 2015-04-10 23:47:31 -04:00
parent f0d2a7bfea
commit 3e6c864ab0
1 changed files with 3 additions and 7 deletions

View File

@ -38,8 +38,8 @@ Example output:
`useBold` - Whether to bold the title. Default value: `False`
`channelWhitelist` - a comma separated list of channels in which titles should be displayed. If `False`,
titles will be shown in all channels. Default value: `[]`
`channelWhitelist` - a comma separated list of channels in which titles should be displayed. If `""`,
titles will be shown in all channels. Default value: `""`
`ignoredDomainPatterns` - a comma separated list of strings that are regular expressions to match
against URLs posted in channels. Default value: `[]`
@ -48,11 +48,7 @@ against URLs posted in channels. Default value: `[]`
Ignore all domains matching *.tk
(.*)\.tk
Ignore all domains matching *.net
(.*)\.net
!config supybot.plugins.SpiffyTitles.ignoredDomainPatterns r"(.*)\.tk"
`userAgents` - A comma separated list of strings of user agents randomly chosen when requesting.