Thread: [Solved] Chat Processor Limitations
View Single Post
Michael Shoe Maker
Senior Member
Join Date: Apr 2016
Old 02-06-2017 , 17:23   Re: Chat Processor Limitations
Reply With Quote #17

PHP Code:
#define MAX_TAG_LENGTH            16
#define MAX_PROCESSED_LENGTH    MAX_TAG_LENGTH * 2
#define MAX_UNPROCESSED_LENGTH    MAX_TAG_LENGTH + (MAX_TAG_LENGTH * 9) 
Just used these.

Last edited by Michael Shoe Maker; 02-07-2017 at 09:33.
Michael Shoe Maker is offline