User Control Panel
Advertisements

HELP US, HELP YOU!

Alert not working

 
Post new topic   Reply to topic    Bot Depot Forum Index -> Code Help
View unanswered posts
Author Message
Gavin
God Like
God Like


Joined: 15 Mar 2004
Posts: 661
Location: Manchester, UK
Reputation: 36.2Reputation: 36.2Reputation: 36.2Reputation: 36.2

PostPosted: Mon Apr 19, 2004 5:59 pm    Post subject: Reply with quote

I use maya bot, and for the past few weeks my alert or popup command hasnt been working anybody got any ideas?

Here are the commands

Code:
<br />if ($msg =~ /^alert/) <br />{<br />      $msg =~ s/alert //;<br />      $self->set_status('HDN');<br />      $self->set_name("$msg");<br />      $self->set_status('NLN');<br />      &send($self, "I have sent the alert: $msg", "$username");<br />      $self->set_name("$bot_name")     <br />}<br /><br />and<br /><br />if ($msg =~ /^popup (.*)/i) {<br />      my $pop = $1;<br />      $msn->set_name($1);<br />      $self->set_status('HDN');<br />      $self->set_status('NLN');<br />      $self->set_status('HDN');<br />      $self->set_status('NLN');<br />      $self->set_status('HDN');<br />      $self->set_status('NLN');<br />      $self->set_status('HDN');<br />      $self->set_status('NLN');<br />      $self->set_status('HDN');<br />      $self->set_status('NLN');<br />      $msn->set_name("$bot_name");<br />      goto end;<br />}<br />

_________________
MSN: gavin [at] gavinbrittain [dot] co [dot] uk
E-Portfolio: www.gavinbrittain.co.uk (New version comming soon)
Back to top
Cer
Upgraded Agent
Upgraded Agent


Joined: 03 Feb 2004
Posts: 3776
Location: Michigan
Reputation: 146.9
votes: 4

PostPosted: Mon Apr 19, 2004 6:39 pm    Post subject: Reply with quote

Besides the fact that your popup command would annoy to no end and I would never add your bot to my list or delete it the first time it used that command...

There's some set of numbers that need to go at the end of the status changes now, not quite sure what they are.

But just as a tip, you will be able to get (and keep) more users if you take that popup command out, nobody likes the entire right side of their screen flooded with the same message repeatedly without mercy. Even the alert command can turn away some users if more than one alert is sent in a small amount of time.

_________________
Current Site (2008) http://www.cuvou.com/
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> Code Help 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