Enable too-many-messages-ignoring feature; chmod some py files

master
Sfan5 2013-05-01 20:35:29 +02:00
parent 5221f6620b
commit 158a166d18
7 changed files with 2 additions and 2 deletions

0
admin.py Normal file → Executable file
View File

4
antiabuse.py Normal file → Executable file
View File

@ -8,7 +8,7 @@ import time
antiabuse = {}
antiabuse["timeout"] = {}
antiabuse["ignorelist"] = ["KikaRz","LandMine","LandMineMT","markveidemanis"]
antiabuse["s_timeout"] = 2 # in Seconds
antiabuse["s_timeout"] = 3 # in Seconds
def aa_hook(phenny, input):
if input.admin or input.owner:
@ -23,7 +23,7 @@ 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

0
chop.py Normal file → Executable file
View File

0
help.py Normal file → Executable file
View File

0
reload.py Normal file → Executable file
View File

0
seen.py Normal file → Executable file
View File

0
shorten.py Normal file → Executable file
View File