User Control Panel
|
|
|
 |
Advertisements
|
 |
|
|
|
HELP US, HELP YOU!
|
| Author |
Message |
Silvere Young One

Joined: 01 Apr 2004 Posts: 73
   
|
Posted: Mon Apr 19, 2004 11:18 pm Post subject: |
|
|
I need a Feature to Call the admin and one to call the Master for Juggernaut.
I've looked and I haven't seen one, Can anyone help? |
|
| Back to top |
|
 |
lawrence Senior Member

Joined: 19 Apr 2004 Posts: 203
   
|
Posted: Mon Apr 19, 2004 11:59 pm Post subject: |
|
|
I think this will work, try it...
| Code: | | <br />sub getowner {<br /> my ($bot, $self, $user, $msg) = @_;<br /> $self->invite('<Your Email Here>');<br /> return "I'll just go and get him/her, If he/she doesn't come then he/she is offline<br />}<br /><br />{<br /> Description => "Call admin",<br /> Category => "Call"<br />};<br /> |
|
|
| Back to top |
|
 |
..::BIGmouth( )::.. God Like

Joined: 05 Feb 2004 Posts: 801
    
|
Posted: Tue Apr 20, 2004 12:46 am Post subject: |
|
|
Lawrence, that won't work It wouldn't even work for andromeda you have to finish the return.
Heres a Juggernaut one I think. I don't know if Juggernaut uses a $self.
| Code: | | <br />sub getowner {<br /> <br /> my ($self,$client,$msg,$listener) = @_;<br /> <br /> #Inviting the owner.<br /> $self->invite('<Your Email Here>');<br /> <br /> return "I'll just go and get him/her, If he/she doesn't come then he/she is offline";<br /><br />}<br /><br />{<br /> Description => "Call admin",<br /> Category => "Call"<br />};<br /> |
|
|
| Back to top |
|
 |
Cer Upgraded Agent

Joined: 03 Feb 2004 Posts: 3776 Location: Michigan
  votes: 4
|
Posted: Tue Apr 20, 2004 1:02 am Post subject: |
|
|
| Code: | | {<br /> Description => "Call admin",<br /> Category => "Call"<br />}; |
Juggernaut doesn't use those, it just uses a 1; in its place.  _________________ Current Site (2008) http://www.cuvou.com/ |
|
| Back to top |
|
 |
|
|