Fix buffer overflow in chat insert-paste
This simply prevents the memmove from moving data outside the chat buffer. The memcpy was fine.
Edited by Eidolon
This simply prevents the memmove from moving data outside the chat buffer. The memcpy was fine.