From bf8b638971ca6d997a22c79ffe71babd79312f01 Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Mon, 6 Dec 2010 15:39:14 -0500 Subject: [PATCH] No need to process input for .botsnack --- modules/botsnack.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/botsnack.py b/modules/botsnack.py index 13af7bf..d3f1639 100755 --- a/modules/botsnack.py +++ b/modules/botsnack.py @@ -7,8 +7,6 @@ author: mutantmonkey import random def botsnack(phenny, input): - msg = input.group(2) - messages = ["Om nom nom", "Delicious, thanks!"] response = random.choice(messages)