From: Stephen L Johnson Date: Mon, 3 Jan 2000 17:27:04 +0000 (+0000) Subject: Fixed contact[:all] bug. A contact without a messaging function would not X-Git-Tag: spong-2_6b~6 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51ba9ccc5394380566f4507b2f196a50f0aa09a1;p=spong.git Fixed contact[:all] bug. A contact without a messaging function would not receive notifications. --- diff --git a/src/spong-message.pl b/src/spong-message.pl index 7d59788..dd8a6e0 100755 --- a/src/spong-message.pl +++ b/src/spong-message.pl @@ -459,7 +459,7 @@ RULE: if ($c =~ m/^(.*):(.*)/) { $person = $1; $func = $2; } else { - $person = $contact; $func = 'all'; + $person = $c; $func = 'all'; } #