diff options
author | Peter Palfrader <peter@palfrader.org> | 2003-02-14 05:03:15 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2003-02-14 05:03:15 +0000 |
commit | 86e4945b49ea8ae7625729e1b774c26e3861ebcb (patch) | |
tree | deb2f7235c480c3d89169f98876090c870d7ebb6 /pingd | |
parent | 1f87ea3feafbdca9e08b3495ba5a1c3ccb49f2eb (diff) |
Chain Pinging Part I -
Storage and testing still missing
Diffstat (limited to 'pingd')
-rwxr-xr-x | pingd | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |