From: dms Date: Sun, 3 Dec 2000 13:46:05 +0000 (+0000) Subject: validFactoid. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=57957f936d9c6f1ecfbe9af3e116cbbf0284c96b;p=infobot.git validFactoid. git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@175 c11ca15a-4712-0410-83d8-924469b57eb5 --- 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})) {