PennMUSH Community
Show
Ignore:
Timestamp:
06/12/07 15:21:47 (1 year ago)
Author:
shawnw
Message:

1.8.3p3

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/README

    r846 r919  
    181181IV. Miscellaneous 
    182182 
    183 V.a Announcing when a mush is down 
     183IV.a Announcing when a mush is down 
    184184 
    185185If your mush is no longer running on a given port or server and 
     
    197197Any connections to the given port will see the contents of the message 
    198198file and then be disconnected after a few seconds. 
     199 
     200IV.b Running under gdb 
     201 
     202If you start the game through gdb (As opposed to attaching to a 
     203running process) pass the --no-session argument to netmush/netmud to 
     204avoid detaching from the controlling terminal (Done via fork() and 
     205setsid()). If you don't know what gdb is, don't worry about this. 
    199206 
    200207V. Comments