Actions
Bug #5804
openKick/Ban links issue
Start date:
06/18/2024
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
The link in the () kick/ban msg includes the last ) and makes the link 404. Not sure it's a bug or a feature, just noticed and reporting.
Updated by armin armin 5 months ago
I already reported this once, but it has never been fixed.
Updated by Per Amundsen 5 months ago
The problem is that the parentheses is a valid character after a slash in that position. It's only ignored if the link also starts with a parentheses, invalid: (www.adiirc.com/) valid: www.adiirc.com/)
One can argue that the parentheses is rare and could be removed even if it's valid, but in my experience, some users will complain.
There might be something like an option at some point to declare invalid characters.
Actions