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