diff --git a/mozilla/webtools/mozbot/mozbot.pl b/mozilla/webtools/mozbot/mozbot.pl index 069edd88c67..feb33daefab 100755 --- a/mozilla/webtools/mozbot/mozbot.pl +++ b/mozilla/webtools/mozbot/mozbot.pl @@ -67,7 +67,7 @@ my %pubcmds = ( "(hi|hello|lo|sup)" => \&bot_hi, "moon" => \&bot_moon, "up" => \&bot_up, - "trees" => \&bot_tinderbox, + "(trees|tree)" => \&bot_tinderbox, "debug" => \&bot_debug, "stocks" => \&bot_stocks, );