Remove a tab._room reference in a plugin API.

This commit is contained in:
Florent Le Coz 2011-11-06 16:01:14 +01:00
parent 6597d83355
commit 16854c39fd

View file

@ -394,7 +394,7 @@ class ChatTab(Tab):
self.input.refresh()
def get_conversation_messages(self):
return self._room.messages
return self.messages
def command_say(self, line):
raise NotImplementedError