From: dms Date: Mon, 18 Sep 2000 11:47:54 +0000 (+0000) Subject: minor text cleanup. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c57078540a6cfa7289ea0243d68c4e63ca67fa87;p=infobot.git minor text cleanup. removed checkPing. git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@117 c11ca15a-4712-0410-83d8-924469b57eb5 --- 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});