On 05/18/16, dream master said the following...
dm> does any one have the data structures for the chat.tmp file? Those that
dm> have no idea what that is, it's the file that is created when you get a
dm> system message like so and so has logged on. aka node message, NS command
I investigated it for my mystic mush app. I had to save off a copy of chat.tmp,
which is hard to do, because it disappears so quickly. I had to
run a script that would copy it before it got deleted.
Anyway, I used a hex dump to see what I could find. Here's what I could come up
with:
Type
ChatTmpRec = Record
From : String[30]
ToTo : String[30]
Text : String[255]
Node : Byte
End
"No matter where you go, there you are!" - Buckaroo Bonzai
--- Mystic BBS v1.12 A14 (Raspberry Pi)
* Origin: Cyberia BBS | Cyberia.Darktech.Org | Kingwood, TX (44:100/4)
|