From 57957f936d9c6f1ecfbe9af3e116cbbf0284c96b Mon Sep 17 00:00:00 2001 From: dms Date: Sun, 3 Dec 2000 13:46:05 +0000 Subject: [PATCH] validFactoid. git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@175 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Misc.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Misc.pl b/src/Misc.pl index 9cb32b5..22bef8f 100644 --- a/src/Misc.pl +++ b/src/Misc.pl @@ -514,6 +514,7 @@ sub validFactoid { /^\S+ to \S+ \S+/ and last; # babelfish. /^\=/ and last; # botnick = heh is. + /wants you to know/ and last; # symbols. /(\"\*)/ and last; @@ -605,7 +606,7 @@ sub Forker { $pid = eval { fork() }; return $noreply if $pid; # parent does nothing &status("fork starting for '$label', PID == $$."); - &shmWrite($shm,"SET FORKPID $name $$"); + &shmWrite($shm,"SET FORKPID $label $$"); } if (!&loadMyModule($myModules{$label})) { -- 2.39.5