Fixed flirt bug

This commit is contained in:
neersighted 2012-04-03 13:58:15 -07:00
parent 378b544218
commit f9ddfaaad5

View file

@ -52,5 +52,5 @@ def flirt(inp, nick=None, me=None, conn=None):
else:
target = inp
out = 'insults %s... "%s"' % (target, random.choice(flirts))
out = 'flirts with %s... "%s"' % (target, random.choice(flirts))
me(out)