From 48ab7417b8df260fdafc3634426faf9d2d814495 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Thu, 3 Apr 2014 15:01:19 +1300 Subject: [PATCH] Update recipe.py --- plugins/recipe.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/recipe.py b/plugins/recipe.py index 53ec1de..f13611d 100644 --- a/plugins/recipe.py +++ b/plugins/recipe.py @@ -15,7 +15,7 @@ phrases = [ 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"MAKE SOME FUCKING \x02{}\x02", v + u"MAKE SOME FUCKING \x02{}\x02", u"INDUCE FOOD COMA WITH SOME FUCKING \x02{}\x02" ] @@ -103,4 +103,4 @@ def dinner(inp): if censor: text = text.replace("FUCK", "F**K") - return u"{} - {}".format(text, web.try_isgd(url)) \ No newline at end of file + return u"{} - {}".format(text, web.try_isgd(url))