From 32bf53e5967918c0ffdd2e9515022a6b74f2b820 Mon Sep 17 00:00:00 2001 From: Neil Moore Date: Tue, 12 Mar 2013 14:39:11 -0500 Subject: Improve formatting of Mantis links (SamB). --- lib/Crawl/Bot/Plugin/Mantis.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Crawl/Bot/Plugin/Mantis.pm b/lib/Crawl/Bot/Plugin/Mantis.pm index d1e67ca..aa357a9 100644 --- a/lib/Crawl/Bot/Plugin/Mantis.pm +++ b/lib/Crawl/Bot/Plugin/Mantis.pm @@ -42,7 +42,7 @@ sub tick { (my $title = $item->{title}) =~ s/\d+: //; my $link = $item->{link}; (my $user = $item->{creator}) =~ s/ <.*?>$//; - $self->say_all("$title ($link) by $user"); + $self->say_all("$title <$link> by $user"); $self->add_item($id); }); $self->save_item_cache; -- cgit v1.2.3-54-g00ecf