From 426e6d0544731ecf42de73f388ad2f70edfdfddf Mon Sep 17 00:00:00 2001 From: "endico%mozilla.org" Date: Fri, 21 May 1999 00:42:55 +0000 Subject: [PATCH] "tree" is now alias for "trees" command since its mistyped so often git-svn-id: svn://10.0.0.236/trunk@32435 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/mozbot/mozbot.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, );