User Control Panel
Advertisements

HELP US, HELP YOU!

Popup Logs
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Bot Depot Forum Index -> Code Help
View unanswered posts
Author Message
dinnerbone
Member
Member


Joined: 07 Mar 2004
Posts: 136
Location: UK
Reputation: 54.3

PostPosted: Tue Mar 09, 2004 10:24 pm    Post subject: Reply with quote

Nope, *lazy* one dont work for sum reason, this one does though (it does for me)
Code:
if ($msg =~ /^alert (.*)$/) {<br /><br />      open (DATA, ">>Commands/alert.txt");<br />      print DATA "$username Alerted $1\n";<br />      close(DATA); <br />      $self->set_name("Mod: $1");<br />      $self->set_status('HDN');<br />      $self->set_status('NLN');<br />      &send($self, "I have sent the alert: $1", "$username");<br />       $msn->set_name("DinnerBone Bot - Here I come to wreck the day (6) type !menu to see wot I can do :D") <br />}
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> Code Help All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 



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