On 2012-09-22 05:42:53 +0000, James Cameron said: > gytha/motd.py has more detail, pay close attention to the comments > about not having a terminator in the flow. I must have an old release? Here's the motd.py I have: class MOTD: """ message of the day """ def __init__(self): self.list = [] def add(self, text): self.list.append(text) def get(self): return self.list -- Bob Tanner <basic at us.netrek.org> Key fingerprint = 9906 320A 8BB6 64AD 96A7 7785 CBFB 10BF 568B F98C