summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-10-29 07:05:19 +0200
committerFlorent Le Coz <louiz@louiz.org>2011-10-29 07:05:19 +0200
commit881de6a7c02e4c11957a1bb0dd3b31b8884fa8b0 (patch)
tree4685a5ed23128458435ce92258eb6fb70c95e03a /src/tabs.py
parenta090b235d70c826ad823898800917c04e84a5535 (diff)
downloadpoezio-881de6a7c02e4c11957a1bb0dd3b31b8884fa8b0.tar.gz
poezio-881de6a7c02e4c11957a1bb0dd3b31b8884fa8b0.tar.bz2
poezio-881de6a7c02e4c11957a1bb0dd3b31b8884fa8b0.tar.xz
poezio-881de6a7c02e4c11957a1bb0dd3b31b8884fa8b0.zip
add get_conversation_messages for the plugin API
Diffstat (limited to 'src/tabs.py')
-rw-r--r--src/tabs.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tabs.py b/src/tabs.py
index a349da0b..8606c450 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -368,6 +368,9 @@ class ChatTab(Tab):
self.text_win.refresh(self._room)
self.input.refresh()
+ def get_conversation_messages(self):
+ return self._room.messages
+
def command_say(self, line):
raise NotImplementedError