Skip to content
Snippets Groups Projects
Commit 478d85d2 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add "MSGID" to QWK DOOR.ID file

This is a "newer" QWK control message supported by Synchronet (for like 20
years now), so it's been missing from the DOOR.ID file all this time and no
one noticed. <shrug>
parent 2349daec
No related branches found
No related tags found
No related merge requests found
......@@ -189,6 +189,7 @@ bool sbbs_t::pack_qwk(char *packet, uint *msgcnt, bool prepack)
"%sNDX\r\n"
"%sTZ\r\n"
"%sVIA\r\n"
"%sMSGID\r\n"
"%sCONTROL\r\n"
"MIXEDCASE = YES\r\n"
,VERSION_NOTICE
......@@ -197,7 +198,7 @@ bool sbbs_t::pack_qwk(char *packet, uint *msgcnt, bool prepack)
,p,p,p,p
,p,p,p,p
,p,p,p,p
,p,p,p,p
,p,p,p,p,p
);
fclose(stream);
if(useron.rest&FLAG('Q')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment