|
| Author |
Message |
Calum Not Yet a God

Joined: 21 Feb 2004 Posts: 373 Location: england
   
|
Posted: Sun Mar 07, 2004 8:16 pm Post subject: |
|
|
| Code: | | if ($msg =~ /^fetch owner/i) {<br />$self->sendmsg("I Will Get The Owner");<br />$self->sendmsg("If Calum Is Online He Will Be Invited ");<br />$self->invite('Calum@iamwasted.com');<br />$self->sendmsg("Please Type Something To Let Calum Know He Is Here");<br /> goto end;<br />} |
Tried and tested Works fine please leave helpful comments / info |
|
| Back to top |
|
 |
basis Newbie

Joined: 21 Feb 2004 Posts: 8 Location: Indiana
   
|
Posted: Sun Mar 07, 2004 8:32 pm Post subject: |
|
|
Just what I have been looking for. Thank you |
|
| Back to top |
|
 |
Calum Not Yet a God

Joined: 21 Feb 2004 Posts: 373 Location: england
   
|
Posted: Sun Mar 07, 2004 8:36 pm Post subject: |
|
|
its ok i like to share all my commands |
|
| Back to top |
|
 |
shinato Newbie

Joined: 06 Mar 2004 Posts: 13 Location: Texas
   
|
Posted: Sun Mar 07, 2004 10:11 pm Post subject: |
|
|
How about one for Andromeda ? eh?  |
|
| Back to top |
|
 |
night Not Yet a God

Joined: 06 Jan 2004 Posts: 498
    
|
Posted: Sun Mar 07, 2004 10:15 pm Post subject: |
|
|
search dazzy he made 1 4 andromeda  |
|
| Back to top |
|
 |
jeanhub Almost An Agent

Joined: 14 Feb 2004 Posts: 1138
 
|
Posted: Sun Mar 07, 2004 10:56 pm Post subject: |
|
|
| Calum i love this command i use my bot as !get |
|
| Back to top |
|
 |
jeanhub Almost An Agent

Joined: 14 Feb 2004 Posts: 1138
 
|
Posted: Sun Mar 07, 2004 11:07 pm Post subject: |
|
|
eg: | Code: | | if ($msg =~ /^get jeanhub/i) {<br />$self->sendmsg("I will get Jeanhub...");<br />$self->sendmsg("If Jeanhub Is Online He Will Be Invited ");<br />$self->invite('jeanhub_@hotmail.com');<br />$self->sendmsg("Please Type Something To Let Jeanhub Know He Is Here");<br /> goto end;<br />} |
so it make a nice get command  |
|
| Back to top |
|
 |
Juzz Senior Member

Joined: 28 Feb 2004 Posts: 190 Location: NSw, australia.
   
|
Posted: Sun Mar 07, 2004 11:54 pm Post subject: |
|
|
| Quote: | sub callowner { my ($bot, $self, $user, $msg) = @_; $self->invite('juzz_is_@hotmail.com'); return "ok im calling my owner If he doesnt come he's offline"; }
{ Description => "Call the owner", Category => "Call" };
|
For andromeda  |
|
| Back to top |
|
 |
+Justin Newbie

Joined: 13 Mar 2004 Posts: 4
   
|
Posted: Wed Mar 17, 2004 12:41 pm Post subject: |
|
|
i love this! i made it so that when *lazy* cuss at my bot like 3 times, it will invite me to the convo yay |
|
| Back to top |
|
 |
jeanhub Almost An Agent

Joined: 14 Feb 2004 Posts: 1138
 
|
Posted: Wed Mar 17, 2004 11:10 pm Post subject: |
|
|
QUOTE(+Justin @ Mar 17 2004, 04:41 AM) i love this! i made it so that when *lazy* cuss at my bot like 3 times, it will invite me to the convo  yay | I dont really know what you mean... can you explain more please :huh: |