From 6d147e1677419a228a6ff1ffab5b8a303321c76e Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Wed, 2 Apr 2014 20:12:21 +1300 Subject: [PATCH] Stuff --- plugins/recipe.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/recipe.py b/plugins/recipe.py index c9c1c90..ff35894 100644 --- a/plugins/recipe.py +++ b/plugins/recipe.py @@ -13,8 +13,8 @@ censor = True phrases = [ u"EAT SOME FUCKING \x02{}\x02", u"YOU WON'T NOT MAKE SOME FUCKING \x02{}\x02", - u"HOW ABOUT SOME FUCKING \x02{}\x02", - u"WHY DON'T YOU EAT SOME FUCKING \x02{}\x02", + u"HOW ABOUT SOME FUCKING \x02{}?\x02", + u"WHY DON'T YOU EAT SOME FUCKING \x02{}?\x02", u"MAKE SOME FUCKING \x02{}\x02", u"INDUCE FOOD COMA WITH SOME FUCKING \x02{}\x02" ] @@ -84,8 +84,8 @@ def recipe(inp): @hook.command(autohelp=False) -def wtfisfordinner(inp): - """wtfisfordinner - WTF IS FOR DINNER""" +def dinner(inp): + """dinner - WTF IS FOR DINNER""" try: page = http.open(RANDOM_URL) except (http.HTTPError, http.URLError) as e: