From 2f67b6c5a1984676cddac87153332ad4efa4b2b4 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" Date: Thu, 31 Dec 1998 23:27:49 +0000 Subject: [PATCH] raptor => SeaMonkey. git-svn-id: svn://10.0.0.236/trunk@17053 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/mozbot/mozbot.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/mozbot/mozbot.pl b/mozilla/webtools/mozbot/mozbot.pl index 76f764b3a01..644d8847149 100755 --- a/mozilla/webtools/mozbot/mozbot.pl +++ b/mozilla/webtools/mozbot/mozbot.pl @@ -55,7 +55,7 @@ use Chatbot::Eliza; $|++; -my $VERSION = "1.18"; # keep me in sync with the mozilla.org cvs repository +my $VERSION = "1.19"; # keep me in sync with the mozilla.org cvs repository my $debug = 1; # debug output also includes warnings, errors my %msgcmds = ( @@ -114,7 +114,7 @@ my $last_moon = 0; # leave @trees empty if you don't want tinderbox details -my @trees = qw (Mozilla-External raptor); +my @trees = qw (Mozilla-External SeaMonkey); my $trees; my $status; my $last_tree;