Changeset 919 for 1.8.3/trunk/README
- Timestamp:
- 06/12/07 15:21:47 (1 year ago)
- Files:
-
- 1.8.3/trunk/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/trunk/README
r846 r919 181 181 IV. Miscellaneous 182 182 183 V.a Announcing when a mush is down183 IV.a Announcing when a mush is down 184 184 185 185 If your mush is no longer running on a given port or server and … … 197 197 Any connections to the given port will see the contents of the message 198 198 file and then be disconnected after a few seconds. 199 200 IV.b Running under gdb 201 202 If you start the game through gdb (As opposed to attaching to a 203 running process) pass the --no-session argument to netmush/netmud to 204 avoid detaching from the controlling terminal (Done via fork() and 205 setsid()). If you don't know what gdb is, don't worry about this. 199 206 200 207 V. Comments
