From 41e96a23cf877893e11de9490d205a1cb854ad57 Mon Sep 17 00:00:00 2001 From: Neil Moore Date: Thu, 12 Jul 2012 02:05:23 -0500 Subject: Remove easter eggs. Not entirely unexpectedly, they stop being funny after a while. This reverts commit ddba2facafd2a229d34f8502b08b283d2e41bb5f. This reverts commit 02e11ad7483c5d43b1cc9c788e81a9cf69d4b2b5. --- lib/Crawl/Bot/Plugin/Logging.pm | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/lib/Crawl/Bot/Plugin/Logging.pm b/lib/Crawl/Bot/Plugin/Logging.pm index cea86cd..506a9b2 100644 --- a/lib/Crawl/Bot/Plugin/Logging.pm +++ b/lib/Crawl/Bot/Plugin/Logging.pm @@ -71,32 +71,7 @@ sub said { # Only log the first channel if ($args->{channel} eq $self->bot->{channels}[0]) { $self->log_message("<$args->{who}> $args->{body}"); - } elsif ($args->{channel} ne "msg" - and $args->{who} =~ /^(?:Gretell|Henzell|\|amethyst)$/ - and $args->{body} =~ /^(\S+) .*became the Champion of Cheibriados/) - { - $self->say( - channel => $args->{channel}, - body => "Did I ever mention that $1 is one of my favourite people?" - ); - } elsif ($args->{channel} ne "msg" - and $args->{who} =~ /^(?:Gretell|Henzell|\|amethyst)$/ - and $args->{body} =~ /^(\S+) .*abandoned Cheibriados\./) - { - $self->say( - channel => $args->{channel}, - body => "Fine, $1, I didn't like you either!" - ); - } elsif ($args->{channel} ne "msg" - and $args->{who} =~ /^(?:Gretell|Henzell|\|amethyst)$/ - and $args->{body} =~ /^(Chei\S+) .*became the Champion of [^C]/) - { - $self->say( - channel => $args->{channel}, - body => "Did I ever mention that $1 is a heretic?" - ); } - return; } -- cgit v1.2.3