From b526df2c11254da332dbb6d9e09820fe06552add Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 12 Dec 2009 07:37:20 -0200 Subject: [PATCH] More TODOs --- mitterlib/network/__init__.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mitterlib/network/__init__.py b/mitterlib/network/__init__.py index 2bf14a5..070e432 100644 --- a/mitterlib/network/__init__.py +++ b/mitterlib/network/__init__.py @@ -232,4 +232,8 @@ class Networks(object): def can_repost(self, message): """Return True if the message can be resposted; False otherwise.""" - return self.networks[message.network].can_repost(message) \ No newline at end of file + return self.networks[message.network].can_repost(message) + + # TODO: Function to return a regexp for usernames + # TODO: Function to return a pre-message for replies (how to handle + # dinamic content, like usernames?) \ No newline at end of file