First, before you lower my rep and reply with "GO LOOK IN THE STUPID FORUMS!", i already KNOW that over here is already a topic on that. BUT the code dosen't work for me... it dosen't invite, not for me anyways, so.. can anyone help? :unsure:
I think it's in the Downloads/Protocols. It doesn't work on some OS's, and some bugs I found personally are:
• $self->call() doesn't work for me, it kills the socket • It doesn't automatically delete sockets when everyone in them leaves. So if you're using that !chat command, and everyone leaves the chat, your bot will keep trying to invite people to a closed socket and not get anywhere, so chat is basicly dead until restarting. _________________ Current Site (2008) http://www.cuvou.com/
Joined: 03 May 2006 Posts: 2292 Location: Colorado
Posted: Tue Apr 13, 2004 4:09 pm Post subject:
You don't want to accidentaly show us the code you are trying to use? Maybe tell us the bot you are using? Little things that would allow us to save our mind reading abilities for saveing people in burning buildings? _________________ Eric256
Proud previous owner and current admin of Bot-depot.com
You don't want to accidentaly show us the code you are trying to use? Maybe tell us the bot you are using? Little things that would allow us to save our mind reading abilities for saveing people in burning buildings?
Joined: 03 May 2006 Posts: 2292 Location: Colorado
Posted: Wed Apr 14, 2004 5:20 am Post subject:
Try printing out $admins to see if it realy holds the value you expect it to. _________________ Eric256
Proud previous owner and current admin of Bot-depot.com
Joined: 03 May 2006 Posts: 2292 Location: Colorado
Posted: Wed Apr 14, 2004 5:31 am Post subject:
No Calum you can't because as soon as it gets to "return" the interpreter leaves that sub and doesn't look at the lines following it. _________________ Eric256
Proud previous owner and current admin of Bot-depot.com
Joined: 03 May 2006 Posts: 2292 Location: Colorado
Posted: Wed Apr 14, 2004 2:18 pm Post subject:
Andromeda has nothing to do with the return. Return is a perl command that tells it not to look any farther just return this value to wherever called this sub. _________________ Eric256
Proud previous owner and current admin of Bot-depot.com