User Control Panel
Advertisements
HELP US, HELP YOU!
Author
Message
Vorx Senior Member Joined: 21 Dec 2003Posts: 152
Posted: Mon Dec 29, 2003 12:21 pm Post subject:
Hi, My bot works fine now apart from an error message I get when I close the conversation window with my bot. The bot still works but I was just wondering if anyone could shed any light on the problem. If it helps, I'm using the wiredbots template. Here's the error I get in the DOS window: Code: <br />Use of uninitialized value in delete at C:/Perl/lib/MSN.pm line 590, <GEN2> line<br /> 6.<br />
I hope this is enough to help but as always, feel free to ask for anything else. Thanks, Nick
Back to top
Keenie Almost An Agent Joined: 31 Oct 2003Posts: 1071
Posted: Mon Dec 29, 2003 12:48 pm Post subject:
its nothing big, i guess its giving that when it trys to delete the socket or whatever, shouldnt really affect anything also for next time, make sure to post some code, like 5 lines above and 5 lines below the line number it gives you
Back to top
Vorx Senior Member Joined: 21 Dec 2003Posts: 152
Posted: Mon Dec 29, 2003 1:00 pm Post subject:
Thanks again Keenie, and i'll remember to post some more code next time. I did try commenting it out with a # and that got rid of the message but I wasn't sure if it was the right thing to do, so is it safe to comment that problem line out? Thanks again Nick
Back to top