From 715a98355a4fc7afdb8d27726808f9aaf58755fc Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 19 Aug 2002 19:02:19 +0000 Subject: Write REMAIL n to mix.cfg --- Echolot/Pinger/Mix.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Echolot/Pinger/Mix.pm') 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 -# $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"); -- cgit v1.2.3