From 502f7ecfedbfa837793c8d107c1d6606612d5fc2 Mon Sep 17 00:00:00 2001 From: matthew Date: Sun, 6 Oct 2002 16:04:42 +0000 Subject: [PATCH] new dobbing message for flirt --- acrobat-chiark-0.2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acrobat-chiark-0.2.py b/acrobat-chiark-0.2.py index c9e6b3d..bcc25dc 100755 --- a/acrobat-chiark-0.2.py +++ b/acrobat-chiark-0.2.py @@ -190,7 +190,7 @@ class Acrobat(SingleServerIRCBot): target = nick if public == 0: if random.random() <= 0.1: - trout_msg+= ' (at the instigation of %s)' % nick + trout_msg+= ' (but %s is their secret admirer)' % nick conn.action(self.channel, trout_msg % target) except IndexError: conn.notice(nick, "Who do you wish me to flirt with?") -- 2.30.2