will attempt to send messages to users even if they're online as I have seen some people for who I cannot intereact with even though their clients are online (some incompatibilty with how they are sending their online status to us?) --- msn | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/msn b/msn index 1e236bf..1e671e8 100755 --- a/msn +++ b/msn @@ -1246,10 +1246,6 @@ def parse_cmd(cmd): if cmd == 'a': return 'Please write a message first' if cmd == 'r': return 'Please reply a message first' else: return 'Unknown nick %s' % str(p[0]) - if m.users[email].status == 'FLN' and not m.users[email].sbd: - return 'Unable to send message: User is offline' - if (m.status == 'FLN' or m.status == 'HDN') and not m.users[email].sbd: - return 'Unable to send message: Not allowed when offline' r = m.sendmsg(email, msg) last_sent = email