summaryrefslogtreecommitdiffstats
path: root/lib/Crawl/Bot.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-11-26 01:03:05 -0600
committerJesse Luehrs <doy@tozt.net>2009-11-26 01:03:05 -0600
commit105f0cc71ce6fcb1c40101ab4271b70e6b4da6b3 (patch)
tree804088f45172bf482baaf24cbadedcffcd6f8a88 /lib/Crawl/Bot.pm
parent281fcfebb17a16ae447b2c8cfc63b770e5ffe541 (diff)
downloadcrawlbot-105f0cc71ce6fcb1c40101ab4271b70e6b4da6b3.tar.gz
crawlbot-105f0cc71ce6fcb1c40101ab4271b70e6b4da6b3.zip
add author to issue report message
Diffstat (limited to 'lib/Crawl/Bot.pm')
-rw-r--r--lib/Crawl/Bot.pm1
1 files changed, 1 insertions, 0 deletions
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);
});