|
| Author |
Message |
clelcaz Newbie

Joined: 03 Apr 2004 Posts: 36
   
|
Posted: Mon Apr 12, 2004 3:02 pm Post subject: |
|
|
hi, i was bored of talking to blondes, so i made this lil simple code to keep them busy
| Code: | | <br /># Made By Clelcaz@hotmail.com<br /><br />if ($msg eq "ding") {<br />&send($self, "ding command changed, please use #dong");<br />}<br /><br />#Description: Keep a blonde busy for hours.<br /> |
and the second half.
| Code: | | <br /># Made By Clelcaz@hotmail.com<br /><br />if ($msg eq "dong") {<br />&send($self, "dong command changed, please use #ding");<br />}<br /><br />#Description: Keep a blonde busy for hours.<br /> |
hope that saves you from some blondes 
p.s. i know they aint very good commands but they work  |
|
| Back to top |
|
 |
jonphamta Senior Member

Joined: 20 Jan 2004 Posts: 247
   
|
Posted: Mon Apr 12, 2004 3:14 pm Post subject: |
|
|
| that template is this for...? :blink: |
|
| Back to top |
|
 |
clelcaz Newbie

Joined: 03 Apr 2004 Posts: 36
   
|
Posted: Mon Apr 12, 2004 3:27 pm Post subject: |
|
|
ohhh sorry!!!!!!!!!!!!!!!!!!!
this code is for morphious |
|
| Back to top |
|
 |
jeanhub Almost An Agent

Joined: 14 Feb 2004 Posts: 1138
 
|
Posted: Mon Apr 12, 2004 4:46 pm Post subject: |
|
|
or/and maya
Woah It is useless than my !me command lmao |
|
| Back to top |
|
 |
Juzz Senior Member

Joined: 28 Feb 2004 Posts: 190 Location: NSw, australia.
   
|
Posted: Tue Apr 13, 2004 6:18 am Post subject: |
|
|
what about this
| Code: | | sub keep_me_busy {<br />my ($self,$bot,$user,$msg) = '@_'<br /><br />return "See below\nSee above";<br />}<br />{<br />}; |
|
|
| Back to top |
|
 |
|