The
History File |
Forward To make more sense of the history file, it is suggested that the discussion on the scenario table be read first. This is an example of the history file of an early bait done with the autobaiter. The list of data at the beginning has information about the stage of the bait. It is self explanatory in most areas. Comments are in red. A journal of the emails sent and received follow the data. The line giving the date has a second number which is the number of milliseconds since 1970 or thereabouts. It is easier to use this number for comparing time lapses between emails and check if the lad is double posting. The lines StikyScripts and SentScripts require more explanation. The purpose of these lines are to designate which scripts have been sent. The scripts can't be identified by an index number because it would continually change as the user adds to the script file during the bait. What is stored is actually the "hash code" of each script. It is a unique number that depends on the actual text of the script. So the script texts can be moved around in the scenario file without losing the historical reference. Scripts are triggered by email events. Sticky scripts, once they are triggered, will always be retriggered for each new email thereafter. These are used for example when the lad uses several religious words. The program will then continue to use a sequence of religious responses in the subsequent mailings even if the lad no longer uses religious words. Sent scripts record which scripts in a specific sequence have been sent. With each new email, the next script in the sequence is sent. The number in square brackets is an index that records the place in the sequence. An index above 990 means that all scripts have been sent and that sequence is terminated. The hash codes are for the very first script in a loop of scripts. Other scripts in the loop do not need to be recorded since the index number is relative to the first script in the loop and can point to the current script. Note that the first stickyScript entry is -1152006140 and the first SentScript entry is -1152006140[2]. The hash codes (in blue) are the same. This means that particular script sequence will always be sent, and it has sent the third script in the sequence (starting from zero). Note that 1546762697 also occurs in both places, but has an index of [995]. That means that the script is continuously triggered, but nevertheless will not be sent anymore. |