Changed PID and TID kludges to include OS and CPU

This commit is contained in:
Michiel Broek
2004-02-23 16:22:38 +00:00
parent ca6e5dcafa
commit e1e0abbc27
11 changed files with 19 additions and 13 deletions

View File

@@ -237,7 +237,7 @@ void Add_Headkludges(faddr *dest, int IsReply)
} else
Msg.ReplyCRC = 0xffffffff;
sprintf(temp, "\001PID: MBSE-BBS %s", VERSION);
sprintf(temp, "\001PID: MBSE-BBS %s (%s-%s)", VERSION, OsName(), OsCPU());
MsgText_Add2(temp);
tt = time(NULL);
sprintf(temp, "\001TZUTC: %s", gmtoffset(tt));