]> git.etc.gen.nz Git - spong.git/commitdiff
Fixed contact[:all] bug. A contact without a messaging function would not
authorStephen L Johnson <sjohnson@monsters.org>
Mon, 3 Jan 2000 17:27:04 +0000 (17:27 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Mon, 3 Jan 2000 17:27:04 +0000 (17:27 +0000)
receive notifications.

src/spong-message.pl

index 7d59788ea5cf941649ae603fc2a66ec0652ce325..dd8a6e0b0ecfb9f9f6b341f5202f4534982736fb 100755 (executable)
@@ -459,7 +459,7 @@ RULE:
       if ($c =~ m/^(.*):(.*)/) {
          $person = $1;  $func = $2;
       } else {
-         $person = $contact; $func = 'all';
+         $person = $c; $func = 'all';
       }
 
       #