diff --git a/plugins/feelings.py b/plugins/feelings.py index 3141ceb..2710afa 100755 --- a/plugins/feelings.py +++ b/plugins/feelings.py @@ -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)