- Posts: 20
- Thank you received: 3
static void CompressStart( descriptor_t *apDescriptor ) {
/* If your mud uses MCCP (Mud Client Compression Protocol), you need to * call whatever function normally starts compression from here - the * ReportBug() call should then be deleted. * * Otherwise you can just ignore this function. */
ReportBug( "CompressStart() in protocol.c is being called, but it doesn't do anything!\n" );
}
static void CompressEnd( descriptor_t *apDescriptor ) {
/* If your mud uses MCCP (Mud Client Compression Protocol), you need to * call whatever function normally starts compression from here - the * ReportBug() call should then be deleted. * * Otherwise you can just ignore this function. */
ReportBug( "CompressEnd() in protocol.c is being called, but it doesn't do anything!\n" );
}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
tbaMUD © 2024