User Control Panel
Advertisements

HELP US, HELP YOU!

Whats up with this?

 
Post new topic   Reply to topic    Bot Depot Forum Index -> General Chat & Discussion
View unanswered posts
Author Message
BraveHeart
Senior Member
Senior Member


Joined: 14 Jan 2004
Posts: 285

Reputation: 33.8Reputation: 33.8Reputation: 33.8

PostPosted: Fri Mar 05, 2004 5:22 pm    Post subject: Reply with quote

Code:
sub reload {<br />    my ($bot, $self, $user, $msg) = @_;<br />$self->sendmsg("3(o) Please wait... (o)<br />           <br />           The Bot is updating information...");<br />delete $bot->{commands};<br />$bot->commands();       <br />return"12Information successfuly updated!";<br /><br />{<br />    Description => "Stop the bot",<br />    Category    => "System"<br />};<br />


Whats up with this code? it keeps sending my bot offline with:

Quote:
Undefined subroutine &MSN::Bot::reload called at lib/MSN/Bot.pm line 183,
Back to top
BraveHeart
Senior Member
Senior Member


Joined: 14 Jan 2004
Posts: 285

Reputation: 33.8Reputation: 33.8Reputation: 33.8

PostPosted: Fri Mar 05, 2004 10:40 pm    Post subject: Reply with quote

Any1 ?
Back to top
..::BIGmouth( )::..
God Like
God Like


Joined: 05 Feb 2004
Posts: 801

Reputation: 44.1Reputation: 44.1Reputation: 44.1Reputation: 44.1

PostPosted: Fri Mar 05, 2004 11:01 pm    Post subject: Reply with quote

Your missing a, }

Code:
sub reload {<br />   my ($bot, $self, $user, $msg) = @_;<br />$self->sendmsg("3(o) Please wait... (o)<br />          <br />          The Bot is updating information...");<br />delete $bot->{commands};<br />$bot->commands();       <br />return"12Information successfuly updated!";<br /><br />}<br /><br />{<br />   Description => "Stop the bot",<br />   Category    => "System"<br />};
Back to top
BraveHeart
Senior Member
Senior Member


Joined: 14 Jan 2004
Posts: 285

Reputation: 33.8Reputation: 33.8Reputation: 33.8

PostPosted: Fri Mar 05, 2004 11:32 pm    Post subject: Reply with quote

Heh,

Thanks mate

Very Happy
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> General Chat & Discussion All times are GMT
Page 1 of 1

 



Protected by phpBB Security phpBB-TweakS
phpBB Security Has Blocked 9 Exploit Attempts.
Antispam Captcha Mod by phpbb-security.com
Powered by phpBB © 2001, 2005 phpBB Group