[jdev] status bug in pyaim-t

Eric Muehlstein emuehlstein at rcn.com
Tue Jun 14 00:42:02 CDT 2005


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
> jdev at jabber.org
> http://mail.jabber.org/mailman/listinfo/jdev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <https://www.jabber.org/jdev/attachments/20050614/943c0a43/attachment-0002.pgp>


More information about the JDev mailing list