User Control Panel
Advertisements

HELP US, HELP YOU!

CallAdmin or CallMaster

 
Post new topic   Reply to topic    Bot Depot Forum Index -> Code Help
View unanswered posts
Author Message
Silvere
Young One
Young One


Joined: 01 Apr 2004
Posts: 73

Reputation: 27Reputation: 27Reputation: 27

PostPosted: Mon Apr 19, 2004 11:18 pm    Post subject: Reply with quote

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
Senior Member


Joined: 19 Apr 2004
Posts: 203

Reputation: 29Reputation: 29Reputation: 29

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

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
God Like


Joined: 05 Feb 2004
Posts: 801

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

PostPosted: Tue Apr 20, 2004 12:46 am    Post subject: Reply with quote

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
Upgraded Agent


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

PostPosted: Tue Apr 20, 2004 1:02 am    Post subject: Reply with quote

Code:
{<br />  Description => "Call admin",<br />  Category    => "Call"<br />};


Juggernaut doesn't use those, it just uses a 1; in its place. Razz

_________________
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