m an idiot
This commit is contained in:
Luke Rogers 2012-05-13 17:45:18 +12:00
parent 7f98bf912c
commit bdc35a48b9

View file

@ -151,8 +151,6 @@ def factoid(inp, say=None, db=None, bot=None, me=None, conn=None, input=None):
# if factoid had arguments, replace $inp with that
if arguments:
data = data.replace("$inp", arguments)
else
data = data.replace("$inp", "null")
# if <py>, execute python code
if data.startswith("<py>"):