in reply to Net::AIM

Just by pure coincidence, I noticed that the CPAN Nodelet says that the new Net::Oscar is out. I browsed the documentation and this module allows you to change the password as you need.

Happy instant messaging!

-- TMTOWTDI

Replies are listed 'Best First'.
Re: Re: Net::AIM
by webmasterbstempin (Initiate) on Sep 02, 2003 at 04:42 UTC
    If you read through the TOC protocol commands listen here. There is a change password command. This isn't directly implemented in Net::AIM, but send() is, so you can use send() to send this TOC command to the server. YOu don't have to switch protocols. Happy botting! ~B