URI:
       tIf NumStoppedTo, NumSubwaySaying, or NumPlaying are zero, the relevant features are now disabled (rather than crashing the program). - vaccinewars - be a doctor and try to vaccinate the world
  HTML git clone git://src.adamsgaard.dk/vaccinewars
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit ebbf53c779d9c989c286a27e1cf4daab3b731642
   DIR parent a32052e9719d23a8583d821a019636f2e693a365
  HTML Author: Ben Webb <ben@salilab.org>
       Date:   Sat,  6 Apr 2002 19:49:28 +0000
       
       If NumStoppedTo, NumSubwaySaying, or NumPlaying are zero, the relevant
       features are now disabled (rather than crashing the program).
       
       
       Diffstat:
         M doc/configfile.html                 |      10 ++++++----
       
       1 file changed, 6 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/doc/configfile.html b/doc/configfile.html
       t@@ -589,7 +589,8 @@ suffice:-<br />
        <dd>Sets there to be <i>5</i> distinct things that the lady on the subway
        says to you. If this number is greater than the old number of sayings, the
        newly added sayings will be blank; if it is smaller, the sayings that are now
       -beyond the end of the list will be deleted.</dd>
       +beyond the end of the list will be deleted. If set to zero, the lady will
       +be mercifully silent.</dd>
        
        <dt><b>Playing= <i>{ "Song 1", "Song 2", "Song 3" }</i></b></dt>
        <dd>Sets the list of things which you can sometimes hear playing while
       t@@ -598,12 +599,13 @@ displayed. See the help for <b>SubwaySaying</b> for more details.</dd>
        
        <dt><b>NumPlaying=<i>4</i></b></dt>
        <dd>Sets there to be <i>4</i> distinct things which you can sometimes hear
       -playing.</dd>
       +playing. (Set this to zero to disable this feature.)</dd>
        
        <dt><b>StoppedTo= <i>{ "have a beer", "smoke a joint", "smoke a cigar",
        "smoke a Djarum", "smoke a cigarette" }</i></b></dt>
        <dd>Sets the list of things which you sometimes stop to do while jetting;
       -see <b>SubwaySaying</b> for more details.</dd>
       +see <b>SubwaySaying</b> for more details. (Set this to zero to disable this
       +feature.)</dd>
        
        <dt><b>NumStoppedTo=<i>5</i></b></dt>
        <dd>Sets there to be <i>5</i> distinct things which you can stop to do.</dd>
       t@@ -618,6 +620,6 @@ any drugs, and clients will display this information if available.</dd>
        <ul>
        <li><a href="index.html">Main index</a></li>
        </ul>
       -<p>Last update: <b>22-03-2002</b></p>
       +<p>Last update: <b>06-04-2002</b></p>
        </body>
        </html>