Spam kick

Posted by Gradius on Mon 01 Nov 2004 08:34 PM — 3 posts, 15,604 views.

#0
I would like to know where the code is that only allows a command to be entered in 20 times in a row before it kicks a player.. there are several areas in my mud that will require more than 20 moves in one direction and when this happens it kicks a player... just wondering where the code is so i can comment out :)
USA #1
I can't remember off hand, but just grep for the string that it sends when it kicks you off for the 20 command limit.
Australia #2
Its in comm.c and its in this function.
void read_from_buffer( DESCRIPTOR_DATA *d )