"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
This commit is contained in:
endico%mozilla.org
1999-05-21 00:42:55 +00:00
parent fcb7109ee1
commit 426e6d0544

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