don't play notincache.dat if it looks like a linking command

lastudp
Tom Early 7 years ago
parent 12dbf3190e
commit 3ea2c762f7

@ -1719,7 +1719,8 @@ void CQnetGateway::Process()
}
else
{
playNotInCache = true; // we need to wait until user's transmission is over
if ('L' != rptrbuf.vpkt.hdr.ur[7]) // as long as this doesn't look like a linking command
playNotInCache = true; // we need to wait until user's transmission is over
}
}
}

@ -1,5 +1,5 @@
// version strings must be 55 characters or less!
#define IRCDDB_VERSION "QnetGateway-7.4.1"
#define IRCDDB_VERSION "QnetGateway-7.4.2"
#define LINK_VERSION "QnetLink-6.2.0"
#define DVAP_VERSION "QnetDVAP-5.1.2"
#define RELAY_VERSION "QnetRelay-0.2.3"

Loading…
Cancel
Save

Powered by TurnKey Linux.