[AntiAbuse] disable Spam prevention, because it caused confusion

master
Sfan5 2013-02-23 23:30:52 +01:00
parent 838aebb19b
commit d2a39ffaea
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ def aa_hook(phenny, input):
ot = 0
antiabuse["timeout"][input.nick] = time.time()
if antiabuse["timeout"][input.nick] - antiabuse["s_timeout"] < ot:
return True # abort command
#return True # abort command
pass
return False
aa_hook.event = 'THISWONTHAPPEN'