ROM has spam checking in that it checks for a string repeated X amount of
time.  This is fine as it can catch some people spamming the mud.  However,
this does not work for things like "note, note, note ,note" or "n,n,n,n,n,n"
spamming.

So in order for me to prevent that I have long since added (&&
!strcmp(...,"note"); statements here.

Does anyone have a better system to avoid performance issues?

Chris



Reply via email to