Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
InterWiki links like [ircs://irc.libera.chat/ubuntuusers #ubuntuusers] didn’t work because ircs wasn’t interpreted as an protocol. This commit changes the regex r'(?:(?:https?|ftps?|file|ssh|mms|svn(?:\+ssh)?|git|dict|nntp|irc|' to r'(?:(?:https?|ftps?|file|ssh|mms|svn(?:\+ssh)?|git|dict|nntp|ircs?|' which allows using both irc:// and ircs:// in InterWiki links.
- Loading branch information