"tree" is now alias for "trees" command since its mistyped so often

This commit is contained in:
endico%mozilla.org 1999-05-21 00:42:55 +00:00
parent 8676654da1
commit 577e66900a

View File

@ -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,
);