in src/base.py [0:0]
def render(self): result = self.user + ":" if self.text is not None: result += " " + self.text return result