From 67881b977954c9cf330ceebc97cd400152b8c550 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 28 May 2011 23:51:58 +0200 Subject: Fixes #2179 --- src/room.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/room.py') diff --git a/src/room.py b/src/room.py index 3ff655fb..a5a05845 100644 --- a/src/room.py +++ b/src/room.py @@ -45,6 +45,9 @@ class Room(TextBuffer): self.users = [] self.joined = False + def get_single_line_topic(self): + return self.topic.replace('\n', '|') + def log_message(self, txt, time, nickname): """ Log the messages in the archives, if it needs -- cgit v1.2.3