snip -

> > I would try a hand at fixing this myself, but my python isn't too
> > strong.
> 
> Neither is mine--I'm fresh meat in terms of python programming. But  
> that's what is so great about python; it is very easy to work with  
> code even if you are still trying to learn the ins-and-outs of the  
> language. Give it a try--you might be surprised by how productive  
> you'll be right out off the bat.

I'm so deep into PHP and C++ right now that python is making my brain
hurt.  I assume the relevant code is from the oscar.py file:

def setAway(self, away = None):
        """
        set the away message, or return (if away == None)
        """
        self.awayMessage = away
        tlvs = TLV(3,'text/aolrtf; charset="us-ascii"') + \
               TLV(4,away or '')
        self.sendSNACnr(0x02, 0x04, tlvs)

It'd be nice if I could see what you did.  It would save me a good deal of 
headache.

Thanks,
Eric
> 
> --- darco
> http://deepdarc.com/
> http://voria.com/
> 
>  >++++[<++++>-]<[->+++>++++>
> +++++>+++++<<<<]>>>++++.<++
> ++++++.---.<---.>-.---.>+++
> .>--.<<<.>>>+.<<+++++.<.>>-
> --.<++.---.<.>-.---.>--.<++
> .<.>--.++++++.--.<.>++++.>+
> .<<.>>++.>+.-.-.<<<.>>.--.!
> 
> 
> _______________________________________________
> jdev mailing list
> [email protected]
> http://mail.jabber.org/mailman/listinfo/jdev

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
jdev mailing list
[email protected]
http://mail.jabber.org/mailman/listinfo/jdev

Reply via email to