From 105f0cc71ce6fcb1c40101ab4271b70e6b4da6b3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 26 Nov 2009 01:03:05 -0600 Subject: add author to issue report message --- lib/Crawl/Bot.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Crawl/Bot.pm b/lib/Crawl/Bot.pm index 740a0bf..703982d 100644 --- a/lib/Crawl/Bot.pm +++ b/lib/Crawl/Bot.pm @@ -107,6 +107,7 @@ sub tick { $self->say( channel => $_, body => $issue->title . ' (' . $issue->link . ')' + . ' by ' . $issue->creator ) for $self->channels; $self->add_issue($id); }); -- cgit v1.2.3-54-g00ecf