From: Lars Wirzenius Date: Mon, 19 Mar 2007 09:10:40 +0000 (+0200) Subject: Patch from Dominic Hargreaves: call self.send_info_message instead of self.info_message. X-Git-Url: https://git.sommitrealweird.co.uk//gitweb/?p=eoc.git;a=commitdiff_plain;h=955452c7da93eb4307e37cdfc1dc1c8679e92fcb Patch from Dominic Hargreaves: call self.send_info_message instead of self.info_message. --- diff --git a/eoc.py b/eoc.py index bf10663..194d040 100644 --- a/eoc.py +++ b/eoc.py @@ -657,7 +657,7 @@ class MailingList: "boundary": self.invent_boundary(), }) else: - self.info_message([recipient], "setlist-sorry", {}) + self.send_info_message([recipient], "setlist-sorry", {}) def parse_setlist_addresses(self, text): body = text.split("\n\n", 1)[1]