Skip to content

Commit

Permalink
Added parrot to the trout plugin.
Browse files Browse the repository at this point in the history
Yeah, it's not a fish, but it works, code-wise.  Silly pirates with their
squawking parrots!
  • Loading branch information
Beirdo committed Sep 30, 2010
1 parent 83a3af9 commit f4c29db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bot/src/plugins/trout.c
Expand Up @@ -60,6 +60,10 @@ static FishCmd_t fishCmds[] = {
{ "salmon", "throws several salmon at %s. SPLAT!",
"connects with the head of %s with a %s salmon on behalf of %s...",
"plants a salmon upside the head of %s on behalf of %s..." },
{ "parrot", "looks around the channel for parrots for %s to smack.",
"points at %s and says \"Nice %s parrot you got there!\" on behalf "
"of %s...",
"dislodges the parrot from the shoulder of %s on behalf of %s..." },
{ NULL, NULL, NULL, NULL }
};

Expand Down

0 comments on commit f4c29db

Please sign in to comment.