minor manual updates
[spider.git] / txt / installation_en.txt
index ac606c760b64d7dcc48661b9edbb355d7dea8430..8e306282672b9268bcd0f34172c84a82a0f205a7 100644 (file)
         down this route!
 
 
-     \e[1m'  \e[22m' is the delimiting character for a word or phrase of an
-        expect/send line in a chat type script. The words/phrases
-        normally come in pairs, either can be empty. Each line reads
-        input from the connection until it sees the string (or perl
-        regular expression) contained in the left hand string. If the
-        left hand string is empty then it doesn't read or wait for
-        anything. The comparison is done ignoring case.  When the left
-        hand string has found what it is looking for (if it is) then the
-        right hand string is sent to the connection.  This process is
-        repeated for every line of chat script.
+     \e[1m'  \e[22mline in a chat type script. The words/phrases normally come in
+        pairs, either can be empty. Each line reads input from the
+        connection until it sees the string (or perl regular expression)
+        contained in the left hand string. If the left hand string is
+        empty then it doesn't read or wait for anything. The comparison
+        is done ignoring case.  When the left hand string has found what
+        it is looking for (if it is) then the right hand string is sent
+        to the connection.  This process is repeated for every line of
+        chat script.
 
 
      \e[1mclient\e[0m
        # you can leave this out if you call this script 'gb7djk'
        client gb7djk telnet
 
+
   Both these examples assume that everything is set up properly at the
   other end.  You will find other examples in the /spider/examples
   directory.