summaryrefslogtreecommitdiffstats
path: root/lib/Crawl/Bot.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-01-25 00:43:16 -0600
committerJesse Luehrs <doy@tozt.net>2010-01-25 00:43:16 -0600
commit6a84735c5705f5f763c5f63b840d75a050c28d47 (patch)
tree18d3e135b18cda06eb5c1339c482d9a6e24c7b37 /lib/Crawl/Bot.pm
parent4b56427b97221b4f725b36e2dd6f414329c707a8 (diff)
downloadcrawlbot-6a84735c5705f5f763c5f63b840d75a050c28d47.tar.gz
crawlbot-6a84735c5705f5f763c5f63b840d75a050c28d47.zip
also log messages sent by the bot
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 111490d..046e50f 100644
--- a/lib/Crawl/Bot.pm
+++ b/lib/Crawl/Bot.pm
@@ -47,6 +47,7 @@ before say => sub {
my $self = shift;
my %params = @_;
warn "sending '$params{body}' to $params{channel}";
+ $self->sent({%params, who => $self->nick}) for @{ $self->plugins };
};
sub tick {