From 44132be9b032a8988370f9928444a1e13b545e02 Mon Sep 17 00:00:00 2001 From: "risto%netscape.com" Date: Sun, 30 Jan 2000 08:42:28 +0000 Subject: [PATCH] Fixed legacy cvs-mirror.mozilla.org URL's to tinderbox.mozilla.org and bonsai.mozilla.org. --- webtools/mozbot/mozbot.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webtools/mozbot/mozbot.pl b/webtools/mozbot/mozbot.pl index d864624be046..99334db8c374 100755 --- a/webtools/mozbot/mozbot.pl +++ b/webtools/mozbot/mozbot.pl @@ -20,7 +20,7 @@ # # Contributor(s): Harrison Page # Terry Weissman - +# Risto Kotalampi # # mozbot.pl harrison@netscape.com 10/14/98 # "irc bot for the gang on #mozilla" @@ -619,7 +619,7 @@ sub bot_about { "harrison\@netscape.com 10/16/98. " . "connected to $server since " . &logdate ($uptime) . " (" . &days ($uptime) . "). " . - "see http://cvs-mirror.mozilla.org/webtools/bonsai/cvsquery.cgi?branch=HEAD&file=mozilla/webtools/mozbot/&date=week " . + "see http://bonsai.mozilla.org/cvsquery.cgi?branch=HEAD&file=mozilla/webtools/mozbot/&date=week " . "for a changelog."); sendmsg($::speaker, "Known commands are: " . listcmds(\%pubcmds)); @@ -710,7 +710,7 @@ sub bot_tinderbox { # loop through requested trees - push @buf, "Tinderbox status from http://cvs-mirror.mozilla.org/webtools/tinderbox/showbuilds.cgi"; + push @buf, "Tinderbox status from http://tinderbox.mozilla.org/showbuilds.cgi"; foreach my $t (@tree) {