From 278e76a49d70a2c417fb7a99fb11b10ac02ec49a Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Tue, 14 Mar 2000 19:52:47 +0000 Subject: [PATCH] corrected status color order in %COLORS hash --- src/lib/Spong/HostList.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Spong/HostList.pm b/src/lib/Spong/HostList.pm index 62a2a23..35ee201 100755 --- a/src/lib/Spong/HostList.pm +++ b/src/lib/Spong/HostList.pm @@ -25,7 +25,7 @@ use Spong::Host; package Spong::HostList; -my %COLORS = ( 'blue', 10, 'red', 5, 'yellow', 4, 'green', 3, 'purple', 2 ); +my %COLORS = ( 'blue', 4, 'red', 5, 'yellow', 3, 'green', 1, 'purple', 2 ); # This constructor expects one of four different types of options. Either an # empty string specifying that no actual hosts will be loaded, the string -- 2.30.2