summaryrefslogtreecommitdiff
path: root/plugins/quote.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-11-23 19:51:20 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-11-23 19:50:20 +0100
commite23d905daa6ed78ba124d81c1782effc341322db (patch)
treeaad0718069334479204c1eaa2d0eda4b5bc13f6a /plugins/quote.py
parent7e48a16c4b56c08222a502ee4c8383e3f7340d96 (diff)
downloadpoezio-e23d905daa6ed78ba124d81c1782effc341322db.tar.gz
poezio-e23d905daa6ed78ba124d81c1782effc341322db.tar.bz2
poezio-e23d905daa6ed78ba124d81c1782effc341322db.tar.xz
poezio-e23d905daa6ed78ba124d81c1782effc341322db.zip
Remove TODO since this is done.
Diffstat (limited to 'plugins/quote.py')
-rw-r--r--plugins/quote.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/quote.py b/plugins/quote.py
index 96b61976..10ebba0c 100644
--- a/plugins/quote.py
+++ b/plugins/quote.py
@@ -36,8 +36,6 @@ class Plugin(BasePlugin):
def find_message_with_timestamp(self, timestamp):
# TODO: handle messages with the same
# timestamp but not the same day
- # TODO: complete nicknames we are on the first argument and
- # it doesn’t start with a digit
messages = self.core.get_conversation_messages()
if not messages:
return None