diff options
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; |