diff --git a/MarkovBot.pl b/MarkovBot.pl index a8e7cc4..c57d196 100644 --- a/MarkovBot.pl +++ b/MarkovBot.pl @@ -46,7 +46,9 @@ sub said { return; } - + if ($msg->{body} eq 'wew') { + $self->say(channel => $irc_chan, body => "lad"); + } my $chattiness = $redis->get("$redis_prefix:chattiness"); if (rand 100 < $chattiness) { # generate a shitpost