world_topic_spam_prevention_handler  
| Vars | |
| ip | IP. Used purely for select purposes. | 
|---|---|
| last_request | Time of last request | 
| locked_out | Is this IP currently locked out | 
| strikes | Amount of strikes. [WORLD_TOPIC_STRIKES_THRESHOLD] strikes is a lockout of [WORLD_TOPIC_LOCKOUT_TIME] | 
| unlock_time | Unlock time | 
| Procs | |
| check_lockout | Lockout handler | 
Var Details
ip  
IP. Used purely for select purposes.
last_request  
Time of last request
locked_out  
Is this IP currently locked out
strikes  
Amount of strikes. [WORLD_TOPIC_STRIKES_THRESHOLD] strikes is a lockout of [WORLD_TOPIC_LOCKOUT_TIME]
unlock_time  
Unlock time
Proc Details
check_lockout
Lockout handler
Updates strikes and timers of the most recent client to topic the server including any relevant detail