Fixed flirt bug
This commit is contained in:
parent
378b544218
commit
f9ddfaaad5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue