No need to process input for .botsnack

master
mutantmonkey 2010-12-06 15:39:14 -05:00
parent 0c102513fd
commit bf8b638971
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ author: mutantmonkey <mutantmonkey@gmail.com>
import random
def botsnack(phenny, input):
msg = input.group(2)
messages = ["Om nom nom", "Delicious, thanks!"]
response = random.choice(messages)