473,405 Members | 2,338 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Net::AIM help

I'm using net::aim to write a perl bot and I need some help.
I can't get the following to work:

sub PrintRooms
{
my @roomList, @roomNames, @roomIDs;
@roomList = $aim->list_rooms();
foreach $room (@roomList)
{
($roomID, $roomName) = split /:/, $room;
push (@roomNames, $roomName);
push (@roomIDs, $roomID);
print "\<$roomID\> \<$roomName\>\n";
}
}

The problem is "$aim->list_rooms();" never returns anything.
@roomList is always empty. Just to let you all know, $aim is
a global aim object, and if my script has made it to the sub above,
then its safe to assume that the bot is properly connected to AIM.
I've tried everyhing I can think of, but $aim->list_rooms() never returns
any sort of value. If there's something I;m missing, please tell me!!
This has been the one setback in my bot thats prevented me from
working on it for like a week.

emailing we***@cox.net would be the best way to reply, becuase
im new to newsgroups and am likely to forget to check back for
replies. Ask me whatever you need to know to help solve my problem.

Thanks,
~m.w.
Jul 19 '05 #1
0 1583

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: The Durban Towel | last post by:
I need some more help regarding net::aim. After signing on my bot, I need to know how to save my buddy list. What happens currently is: The bot signs on, it does what its told, and signs off. The...
4
PDF
by: Dave | last post by:
Can anyone point me in the direction of any notes on loading pdf files from within an ASP.Net app Cheers Dave
2
by: Liisa Auer | last post by:
I have Visual Studio .NET 2003. I have a problem withe the help files. When I click with the mouse any item in an index list download from the internet starts. There is a text "downloading ..." on...
0
by: Al, Cambridge, UK | last post by:
I thought I'd share this, since it cost me 2.5 days... When running Visual Studio .NET 2003 as a Power User, if I pressed F1 for context-sensitive help, I either (consistently for particular...
0
by: tanya.kumar | last post by:
Hi Can anyone please provide me with authorize.net AIM's asp script to parse the response data. Do respond to this please. Thanks, Tanya
1
by: ACaunter | last post by:
Hi all, I'm in need of audio code for asp.net (listening to it, and also recording audio), then saving the file. if anyone could help that would be great! Also, i need code to modify images,...
5
by: Yousri | last post by:
Hi all, I am new to Visual studio.Net. I have been learning for the last month by "self-Paced" through these books. MCAD/MCSD Self-Paced Training Kit: Microsoft .NET Core Requirements, Exams...
18
by: James Radke | last post by:
Hello, We are currently using a user DLL that when working in VB 6.0 has a user defined type as a parameter. Now we are trying to use the same DLL from a vb.net application and are having...
0
by: agcabutotan | last post by:
Hi to everyone. I am new in this thread, please help me. I'm having difficulty with CrystalReport.Net. I have a completed project written and compiled in VB.Net (and I used CrystalReport.Net in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.