We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 can be spammy
If a message includes more than one url with the same title, only send it once.
I also considered ..., but this is the best way because ...
https://github.com/sopel-irc/sopel/blob/master/sopel/modules/url.py#L219 should store message in an array then clear the array of duplicates and then send it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The problem
Url can be spammy
The solution
If a message includes more than one url with the same title, only send it once.
Alternatives
I also considered ..., but this is the best way because ...
Notes
https://github.com/sopel-irc/sopel/blob/master/sopel/modules/url.py#L219 should store message in an array then clear the array of duplicates and then send it.
The text was updated successfully, but these errors were encountered: