@ -236,4 +236,4 @@ class Networks(object):
# TODO: Function to return a regexp for usernames
# TODO: Function to return a pre-message for replies (how to handle
# dinamic content, like usernames?)
@ -252,4 +252,4 @@ class NetworkBase(object):
def can_repost(self, message):
"""Return True if the message can be resposted; False otherwise."""
return False;