summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@iki.fi>2007-03-19 11:10:40 +0200
committerLars Wirzenius <liw@iki.fi>2007-03-19 11:10:40 +0200
commit955452c7da93eb4307e37cdfc1dc1c8679e92fcb (patch)
treea5bb2b6f6e29d68b51371fcaeaa29117278393d6
parent4c3af615e1b9e7e41ffb711914cf8ebd84fb47bf (diff)
downloadeoc-955452c7da93eb4307e37cdfc1dc1c8679e92fcb.tar.gz
Patch from Dominic Hargreaves: call self.send_info_message instead of self.info_message.
-rw-r--r--eoc.py2
1 files changed, 1 insertions, 1 deletions
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]