From c57078540a6cfa7289ea0243d68c4e63ca67fa87 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@117 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Misc.pl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/blootbot/src/Misc.pl b/blootbot/src/Misc.pl index 48a7442..b75fd7e 100644 --- a/blootbot/src/Misc.pl +++ b/blootbot/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.5