Logged In: YES
user_id=1156672

Yes, BUF_SIZE is too small for this purpose, while it technically
isn't a buffer overflow.
The length of text you can /say can be defined generally as
<128 and BUF_SIZE is 100.
Therefore, using the BUF_SIZE constant for this is wrong, but
luckily it's an easy fix :-)