From 3517d7fc40bf492a613c8438f42f810e9c6ebb97 Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Thu, 15 Jan 2004 02:07:32 +0000 Subject: Fix for bug 194290: irc:// links are not highlighted as links. Adds irc to the list of supported protocols in quoteUrls(). Patch by Emmanuel Bourg , r=kiko, a=justdave. --- globals.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index 174990634..b5f3b7e36 100644 --- a/globals.pl +++ b/globals.pl @@ -888,7 +888,7 @@ sub quoteUrls { my $tmp; # non-mailto protocols - my $protocol_re = qr/(afs|cid|ftp|gopher|http|https|mid|news|nntp|prospero|telnet|view-source|wais)/i; + my $protocol_re = qr/(afs|cid|ftp|gopher|http|https|irc|mid|news|nntp|prospero|telnet|view-source|wais)/i; $text =~ s~\b(${protocol_re}: # The protocol: [^\s<>\"]+ # Any non-whitespace -- cgit v1.2.3-24-g4f1b