This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

tweaking

Old posts that have not been replied to for several years.
Locked
p
pLaYa

tweaking

Post by pLaYa »

Someone help me out here i wanna tweak my eggy so that he will NOT limit each line he sends to the server..... i know what your all kinda say.... but know he will not get disconnected for excess flood he has a oline.... i just need some kinda patch... or someone to give me kinda of a idea what changes to make and where... what files are involved in this...
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

See server.c in the server module directory.

This contains all the code that is responsible for queueing messages.

The function that actualy does the dequeue is deq_msg.

It shouldn't be hard to remove the code, though I do suspect there may be more to it, than just this function.
Locked