summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 0c57255..3f5ecd1 100644
--- a/lib/Crawl/Bot.pm
+++ b/lib/Crawl/Bot.pm
@@ -65,6 +65,7 @@ for my $meth (qw(said emoted chanjoin chanpart
__PACKAGE__->meta->add_method($meth => sub {
my $self = shift;
$_->$meth(@_) for @{ $self->plugins };
+ undef;
});
}