|
| Author |
Message |
MikeFairbrother Senior Member

Joined: 14 Feb 2004 Posts: 179 Location: United Kingdom
   
|
Posted: Sun Mar 07, 2004 1:32 pm Post subject: |
|
|
Hi, im wondering if anyone would be able to make a command that when someone does an alert, it sends a message to the email set saying
Last Alert Was By: $user Saying: $msg
Thanks _________________ Regards,
Mike |
|
| Back to top |
|
 |
Dazzy Agent

Joined: 09 Jan 2004 Posts: 1731
 
|
Posted: Sun Mar 07, 2004 1:58 pm Post subject: |
|
|
*lazy* it would have tp stpre it.....i just got a idea:D
i done it ....i used the same idea as chat topic... stor it when you do a popup
and then repy it in the !lastpopup command
btw it isnt automatic....youve gotta go !lastpopup for it to show up....i think what you want is | Code: | | <br />my $supporter = 'dazzy2004@hotmail.com';<br /><br />lalal<br /><br />$bot->{msn}->call($supporter, "$user popup up a message saying: $msg"); |
|
|
| Back to top |
|
 |
MikeFairbrother Senior Member

Joined: 14 Feb 2004 Posts: 179 Location: United Kingdom
   
|
Posted: Sun Mar 07, 2004 2:20 pm Post subject: |
|
|
So This :blink:
| Code: | | <br /><br />sub last<br />{<br />my ($bot, $self, $user, $msg) = @_;<br /><br />my $supporter = 'mikefairbrother@msn.com';<br /><br />$bot->{msn}->call($supporter, "$user popup up a message saying: $msg");<br />}<br />{<br /><br />};<br /><br /> |
But When I Do That, It just Constantly Says:
Bot says: mikefairbrother@msn.com popup up a message saying:
Even After I Got A Mod To Do A Popup :S _________________ Regards,
Mike |
|
| Back to top |
|
 |
Dazzy Agent

Joined: 09 Jan 2004 Posts: 1731
 
|
Posted: Sun Mar 07, 2004 3:00 pm Post subject: |
|
|
uhh no....you want that in with your popup command..... if you want...post yous and ill do it  |
|
| Back to top |
|
 |
Rage Newbie

Joined: 07 Mar 2004 Posts: 13
   
|
Posted: Sun Mar 07, 2004 8:27 pm Post subject: |
|
|
| There is already a topic on this in Commands somewhere i was reading it today try searching for it |
|
| Back to top |
|
 |
|