From 3e6c864ab067fe0944aedeebb417068efe314e29 Mon Sep 17 00:00:00 2001 From: PrgmrBill Date: Fri, 10 Apr 2015 23:47:31 -0400 Subject: [PATCH] Fixes default/off value for SpiffyTitles configuration option channelWhitelist --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ffc9030..69228d2 100644 --- a/README.md +++ b/README.md @@ -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.