Skip to content

Commit

Permalink
Small docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Feb 7, 2011
1 parent bb08b4a commit e9d482e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wtpa-bot.pl
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,9 @@ sub said {
}

# No recognizable comand was found, display help
} else {
} elsif($msg->{who} eq 'mhoran') {
return "Bald.";

This comment has been minimized.

Copy link
@cmeiklejohn

cmeiklejohn Feb 8, 2011

Should be conditional based on icecream, not just mhoran.

This comment has been minimized.

Copy link
@mike-burns

mike-burns Feb 8, 2011

Author Collaborator

The idea was for this to be a secret Easter egg that would only appear when his nick was mhoran and he made a mistake with the syntax. But the cat's out of the bag now.

This comment has been minimized.

Copy link
@cmeiklejohn

cmeiklejohn Feb 8, 2011

Well, fork it to a private repo and come up with a new secret.

} else {
return $self->help();
}
}
Expand Down

0 comments on commit e9d482e

Please sign in to comment.