Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[url] Fix URL excludes loading #985

Merged
merged 1 commit into from
Jan 6, 2016
Merged

Conversation

maxpowa
Copy link
Contributor

@maxpowa maxpowa commented Jan 5, 2016

setup uses it as a list, and in previous versions of sopel it was a list, but in the UrlSection it's defined as a ValidatedAttribute. This was causing each character in the excludes list to be parsed as a regex exclude. Switching to ListAttribute fixes the issue.

Fixes #959

setup uses it as a list, and in previous versions of sopel it was a list, but in the UrlSection it's defined as a ValidatedAttribute. This was causing each character in the excludes list to be parsed as a regex exclude. Switching to ListAttribute fixes the issue.
@maxpowa maxpowa changed the title Fix URL excludes loading (#959) [url] Fix URL excludes loading Jan 5, 2016
embolalia added a commit that referenced this pull request Jan 6, 2016
[url] Fix URL excludes loading
@embolalia embolalia merged commit c4af7e8 into sopel-irc:master Jan 6, 2016
@maxpowa maxpowa deleted the patch-1 branch January 9, 2016 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error in url setup procedure - Bot no longer posts titles of links
2 participants