]> git.donarmstrong.com Git - infobot.git/commitdiff
minor text cleanup.
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 18 Sep 2000 11:47:54 +0000 (11:47 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 18 Sep 2000 11:47:54 +0000 (11:47 +0000)
removed checkPing.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@117 c11ca15a-4712-0410-83d8-924469b57eb5

src/Misc.pl

index 48a744270e3c132cbd1c46d51bfa436635fd7e05..b75fd7e89b80476fc37fcc5cb8825962c3c6550b 100644 (file)
@@ -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});