X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=blobdiff_plain;f=acrobat-chiark-0.2.py;h=965c96c19190c904c17befd2dc19790b73cc5c52;hb=bdde326079d5103aee8cc331309ae5e0b3b931b3;hp=6cb3bfdccd46b113185aa336dadbf095112fd4a5;hpb=f8e594b28d1dd05d51aaf0735565998a7012abb2;p=irc.git diff --git a/acrobat-chiark-0.2.py b/acrobat-chiark-0.2.py index 6cb3bfd..965c96c 100755 --- a/acrobat-chiark-0.2.py +++ b/acrobat-chiark-0.2.py @@ -182,9 +182,7 @@ class Acrobat(SingleServerIRCBot): target = nick if public == 0: if random.random() <= 0.25: - trout_msg+= ' (at the instigation of ' - trout_msg+=nick - trout_msg+= ')' + trout_msg+= ' (at the instigation of %s)' % nick conn.action(self.channel, trout_msg % target) except IndexError: conn.notice(nick, "Who do you wish me to trout?")