From 1e6f9b30799e2285dac32b2ce4b8b913f2501081 Mon Sep 17 00:00:00 2001 From: dms Date: Mon, 18 Sep 2000 11:47:54 +0000 Subject: [PATCH] minor text cleanup. removed checkPing. git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@117 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Misc.pl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/Misc.pl b/src/Misc.pl index 48a7442..b75fd7e 100644 --- a/src/Misc.pl +++ b/src/Misc.pl @@ -549,7 +549,7 @@ sub validFactoid { /\\\%/ and last; /\\\_/ and last; - # weird/special stuff. also old (stock) blootbot bugs. + # weird/special stuff. also old blootbot or stock infobot bugs. $rhs =~ /( \Q$ident\E's|\Q$ident\E's )/i and last; # ownership. # duplication. @@ -624,12 +624,6 @@ sub Forker { } } -sub checkPing { - &DEBUG("checkPing() called."); - $conn->schedule(60, \&checkPing, "this is a test"); - $conn->sl("PING $server :".time()); -} - sub closePID { return 1 unless (exists $file{PID}); return 1 unless ( -f $file{PID}); -- 2.39.2