Author Topic: Chat rate limit?  (Read 1778 times)

bung-alope

  • PGP
  • Posts: 16
Chat rate limit?
« on: April 17, 2007, 07:59:41 PM »
I haven't seen anything implemented for it in my cfg files...

Would it be possible at all to put a rate limit on chat? It's incredibly obnoxious when immature players scroll text after every kill/death/spawn.

Maybe something that could detect duplicate text scrolling so regular chatters wouldn't suffer from rate limiting?

Cobo

  • Autococker
  • Posts: 1362
Re: Chat rate limit?
« Reply #1 on: April 17, 2007, 08:16:30 PM »
I dont think this is implemeted, but you can vote for it on the next build thread.
For now you could just ignore the persons that spams text.

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: Chat rate limit?
« Reply #2 on: April 17, 2007, 09:42:12 PM »

Chef-Killer

  • Map Committee
  • Autococker
  • Posts: 1312
Re: Chat rate limit?
« Reply #3 on: April 18, 2007, 08:33:06 AM »
If you are a server admin, you can do:

Code: [Select]
cvar_set floodprotect 1
It helps a little bit, because they have a limit for some seconds. If they reach this limit, they can't spam for 10 seconds.

KiLo

  • Autococker
  • Posts: 2086
Re: Chat rate limit?
« Reply #4 on: April 18, 2007, 09:48:28 AM »
They can spam about 4 lines before the 10 seconds goes into effect.

Chef-Killer

  • Map Committee
  • Autococker
  • Posts: 1312
Re: Chat rate limit?
« Reply #5 on: April 18, 2007, 10:10:01 AM »

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Chat rate limit?
« Reply #6 on: April 18, 2007, 02:28:47 PM »
cmdfloodprotect -- this sets a limit on basically all commands that can be spammy (in seconds).  Originally I had it set to 1 second, but many people complained about not being able to recon fast enough, so the default was bumped down to 0.2 seconds.