summaryrefslogtreecommitdiff
path: root/pingd
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2003-02-14 05:03:15 +0000
committerPeter Palfrader <peter@palfrader.org>2003-02-14 05:03:15 +0000
commit86e4945b49ea8ae7625729e1b774c26e3861ebcb (patch)
treedeb2f7235c480c3d89169f98876090c870d7ebb6 /pingd
parent1f87ea3feafbdca9e08b3495ba5a1c3ccb49f2eb (diff)
Chain Pinging Part I -
Storage and testing still missing
Diffstat (limited to 'pingd')
-rwxr-xr-xpingd3
1 files changed, 2 insertions, 1 deletions
diff --git a/pingd b/pingd
index e243bdb..241333d 100755
--- a/pingd
+++ b/pingd
@@ -3,7 +3,7 @@
$| = 1;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: pingd,v 1.93 2003/02/03 20:12:24 weasel Exp $
+# $Id: pingd,v 1.94 2003/02/14 05:03:15 weasel Exp $
#
=pod
@@ -286,6 +286,7 @@ use Echolot::Scheduler;
use Echolot::Conf;
use Echolot::Mailin;
use Echolot::Pinger;
+use Echolot::Chain;
use Echolot::Stats;
use Echolot::Commands;
use Echolot::Thesaurus;