From 5f451af22d7ed3ed98648ae23f2ce6a4c3aa156b Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Wed, 11 Dec 2013 18:43:43 -0800 Subject: [PATCH] Revert "added .botslap" This reverts commit b62dc01bd7e673134b48a03e9fb017defaed0da5. --- modules/botsnack.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/botsnack.py b/modules/botsnack.py index 7ae4b47..485eabe 100644 --- a/modules/botsnack.py +++ b/modules/botsnack.py @@ -106,14 +106,5 @@ botsnack.hunger = 50.0 botsnack.last_tick = time.time() botsnack.coolingdown = False -def botslap(phenny, input): - """tell me I'm being a bad bot""" - messages = ["hides in corner", "eats own hat", "apologises", "stares at feet", "points at zfe", "didn't do anything", "doesn't deserve this", "hates you guys", "did it on purpose", "is an inconsistent sketchy little bot", "scurries off"] - phenny.do(random.choice(messages)) - -botslap.commands = ['botslap', 'botsmack'] -botslap.rule = r'(?i)(?:$nickname[,:]? )?(you suck|I hate you|you ruin everything|you spoil all [themyour]*fun|bad|wtf|lame|[youare\']*stupid|silly)(?:[,]? $nickname)?[ \t]*$' -botsnack.priority = 'low' - if __name__ == '__main__': print(__doc__.strip())