|
| Author |
Message |
danoman2001 Newbie

Joined: 12 Apr 2004 Posts: 22
   
|
Posted: Wed Apr 14, 2004 2:07 am Post subject: |
|
|
When I am using my NET::AIM bot, I get this error constantly, it however does not sign me off, what does it mean?
PARSE: how many args in ' 2'?
I also get this error sometimes, which does sign the bot off...
Can't use an undefined value as a symbol reference at C:/Perl/site/lib/Net/AIM/Connection.pm line 781.
What are the problems? Thanks. |
|
| Back to top |
|
 |
antoniohawk Newbie

Joined: 07 Feb 2004 Posts: 18
   
|
Posted: Sat Apr 17, 2004 10:14 pm Post subject: |
|
|
| I get that a lot too, though it has never signed me off. |
|
| Back to top |
|
 |
Tony_shu God Like

Joined: 12 Nov 2003 Posts: 624
    
|
Posted: Sat Apr 17, 2004 10:29 pm Post subject: |
|
|
The "PARSE: how many args in '2'?" print isn't an error...and doesn't kill the bot.
If you want to get rid of it:- Go to your Connection.pm (which should be ./site/lib/Net/AIM/Connection.pm)
- Press Ctrl+G ... and TYPE 844 <- That should bring you to line 844
- You can either delete this line, or comment it out (use #) ...its the line that says to print that annoying PARSE: stuff
_________________ Anthony Arslan
@-Squared Enterprises
MacroHard Corporation |
|
| Back to top |
|
 |
alienz Almost An Agent

Joined: 22 Mar 2004 Posts: 1436 Location: Mars
 
|
Posted: Mon Apr 26, 2004 8:28 pm Post subject: |
|
|
I kind of like the PARSE: messages, they tell me the bot is running LOL _________________ Check out Botworld! A dev resource for things bot.
Downloads, articles, news, fourm and more.
http://botworld.marzopolis.com |
|
| Back to top |
|
 |
Cer Upgraded Agent

Joined: 03 Feb 2004 Posts: 3776 Location: Michigan
  votes: 4
|
Posted: Mon Apr 26, 2004 8:32 pm Post subject: |
|
|
lol, you wanna see if the bot's running? 
Give it a heart beat!
| Code: | | my $heart_beat = 10; #10 loops<br /><br />my $loop = $heart_beat;<br />while (1) {<br /> $aim->do_one_loop();<br /><br /> $loop--;<br /> if ($loop <= 0) {<br /> print '*heart beats*' . "\n";<br /> $loop = $heart_beat;<br /> }<br />} |
 _________________ Current Site (2008) http://www.cuvou.com/ |
|
| Back to top |
|
 |
alienz Almost An Agent

Joined: 22 Mar 2004 Posts: 1436 Location: Mars
 
|
Posted: Wed May 12, 2004 2:46 am Post subject: |
|
|
Just farting around here and...
I get the heart beat..but he still prints the PARSE every five heartbeats?
*heart beats* *heart beats* *heart beats* *heart beats* *heart beats* PARSE how many args in ' 2? *heart beats* *heart beats* *heart beats* *heart beats* *heart beats*
This is odd since I've got the PARSE commented out in connection.pm _________________ Check out Botworld! A dev resource for things bot.
Downloads, articles, news, fourm and more.
http://botworld.marzopolis.com |
|
| Back to top |
|
 |
|