Skip to content

Commit

Permalink
RT links are now also 6-digit
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Nov 10, 2011
1 parent c610831 commit 5790437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/IrcLog/WWW.pm
Expand Up @@ -384,7 +384,7 @@ my %output_chain = (
rest => 'rt_links' rest => 'rt_links'
}, },
rt_links => { rt_links => {
re => qr{(?i:\btt\s*)?#\d{2,5}\b}, re => qr{(?i:\btt\s*)?#\d{2,6}\b},
match => \&rt_links, match => \&rt_links,
rest => 'irc_channel_links', rest => 'irc_channel_links',
}, },
Expand Down

0 comments on commit 5790437

Please sign in to comment.