X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?p=irc.git;a=blobdiff_plain;f=acrobat-chiark-0.2.py;h=bcc25dcd664b7ec8f86649befca594bfab786212;hp=c9e6b3d6ac4bd14cbe816285b363deb6e0ff5b61;hb=ef3808a66e5f4f7eba36bb8781d8425420fe1daa;hpb=9754a755265841e4a12036e940305fba9a6ff3c8 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?")