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=5ef5b1f109b364a98a7c5b2a1545ca90eb944ec8;p=infobot.git validFactoid. git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@175 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/Misc.pl b/blootbot/src/Misc.pl index 9cb32b5..22bef8f 100644 --- a/blootbot/src/Misc.pl +++ b/blootbot/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})) {