diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-08-19 19:02:19 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-08-19 19:02:19 +0000 |
commit | 715a98355a4fc7afdb8d27726808f9aaf58755fc (patch) | |
tree | 0dd1440e07d16be7e398a86298968a98bd5e7631 /Echolot | |
parent | b0857c6ae2ecd211b7f356a50e32ccc1b021e2a7 (diff) |
Write REMAIL n to mix.cfg
Diffstat (limited to 'Echolot')
-rw-r--r-- | Echolot/Pinger/Mix.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Echolot/Pinger/Mix.pm b/Echolot/Pinger/Mix.pm index a2a66c2..1bae338 100644 --- a/Echolot/Pinger/Mix.pm +++ b/Echolot/Pinger/Mix.pm @@ -1,7 +1,7 @@ package Echolot::Pinger::Mix; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: Mix.pm,v 1.7 2002/08/15 03:27:47 weasel Exp $ +# $Id: Mix.pm,v 1.8 2002/08/19 19:02:19 weasel Exp $ # =pod @@ -54,6 +54,7 @@ sub ping($$$$) { open (F, ">$mixcfg") or cluck("Cannot open $mixcfg for writing: $!"), return 0; + print (F "REMAIL n\n"); print (F "NAME Echolot Pinger\n"); print (F "ADDRESS $address\n"); print (F "PUBRING pubring.mix\n"); |