|
| Author |
Message |
MikeFairbrother Senior Member

Joined: 14 Feb 2004 Posts: 179 Location: United Kingdom
   
|
Posted: Thu Mar 04, 2004 4:29 pm Post subject: |
|
|
does anyone have a nickname command? theres a few on forum but dont think there for androm...thanks _________________ Regards,
Mike |
|
| Back to top |
|
 |
Dazzy Agent

Joined: 09 Jan 2004 Posts: 1731
 
|
Posted: Thu Mar 04, 2004 4:44 pm Post subject: |
|
|
| yes they are |
|
| Back to top |
|
 |
MikeFairbrother Senior Member

Joined: 14 Feb 2004 Posts: 179 Location: United Kingdom
   
|
Posted: Thu Mar 04, 2004 5:23 pm Post subject: |
|
|
which 1 then? :blink: _________________ Regards,
Mike |
|
| Back to top |
|
 |
BraveHeart Senior Member

Joined: 14 Jan 2004 Posts: 285
   
|
Posted: Thu Mar 04, 2004 5:38 pm Post subject: |
|
|
Why not look for it :blink:
Stop being lazy! |
|
| Back to top |
|
 |
MikeFairbrother Senior Member

Joined: 14 Feb 2004 Posts: 179 Location: United Kingdom
   
|
Posted: Thu Mar 04, 2004 5:39 pm Post subject: |
|
|
try reading what i put in the first place before you type something like that
i have looked, i just cant find one thats for andromeda! > _________________ Regards,
Mike |
|
| Back to top |
|
 |
BraveHeart Senior Member

Joined: 14 Jan 2004 Posts: 285
   
|
Posted: Thu Mar 04, 2004 6:03 pm Post subject: |
|
|
WELL LOOK HARDER!
ALL OF US HAVE DONE IT, SO WHY SHOULDN'T YOU!?!?!? |
|
| Back to top |
|
 |
Drayshak Young One

Joined: 06 Jan 2004 Posts: 93 Location: Nottinghamshire, UK
      votes: 4
|
Posted: Thu Mar 04, 2004 6:05 pm Post subject: |
|
|
ill answer *lazy* beg!
| Code: | | sub name<br />{ <br /> my ($bot, $self, $user, $msg) = @_;<br /><br /> my $user_settings = $bot->{users}->{$user};<br /> my $msn = $bot->{msn};<br /> my $settings = $bot->{settings};<br /><br /> # command body here.<br /><br /> $bot->{users}->{$user}->{name} = "$msg";<br /> return "(i) Your name is now $bot->{users}->{$user}->{name} (i)"; <br />} <br /><br />{<br /><br />}; |
|
|
| Back to top |
|
 |
MikeFairbrother Senior Member

Joined: 14 Feb 2004 Posts: 179 Location: United Kingdom
   
|
Posted: Thu Mar 04, 2004 6:05 pm Post subject: |
|
|
thanks, and i COULDENT find it, how hard shall i look big headed bitch _________________ Regards,
Mike |
|
| Back to top |
|
 |
MikeFairbrother Senior Member

Joined: 14 Feb 2004 Posts: 179 Location: United Kingdom
   
|
Posted: Thu Mar 04, 2004 6:10 pm Post subject: |
|
|
ok, ive got that now, now it sets the name, how do i add it to the welcome message and menu so it says Welcome _________________ Regards,
Mike |
|
| Back to top |
|
 |
jeanhub Almost An Agent

Joined: 14 Feb 2004 Posts: 1138
 
|
Posted: Thu Mar 04, 2004 6:42 pm Post subject: |
|
|
here is for Morphious... | Code: | | if ($msg =~ /^nickname (.*)$/) {<br />open (NICK, ">./Files/Nicknames/$username.txt");<br />print NICK $1;<br />close NICK;<br />&send($self, "Thanks $username oops I mean $1");<br />}<br /> |
|
|
| Back to top |
|
 |
BraveHeart Senior Member

Joined: 14 Jan 2004 Posts: 285
   
|
Posted: Thu Mar 04, 2004 6:47 pm Post subject: |
|
|
i have really taken a dislike to you!
All *lazy* do is, BEG BEG BEG!!
We aint your fucking slaves :@! |
|
| Back to top |
|
 |
MikeFairbrother Senior Member

Joined: 14 Feb 2004 Posts: 179 Location: United Kingdom
   
|
Posted: Fri Mar 05, 2004 9:33 am Post subject: |
|
|
I DONT, I TRY, AND SOMETIMES SUCCEED AND SOMETIMES DONT! I HELP PEOPLE IF THEY NEED HELP
"HELP US, HELP YOU!"
JESUS!! _________________ Regards,
Mike |
|
| Back to top |
|
 |
mat007 Almost An Agent

Joined: 12 Jan 2004 Posts: 1375
   votes: 2
|
Posted: Fri Mar 05, 2004 10:37 am Post subject: |
|
|
Brave replying like that is'nt nice hes a newbie like me! I dislike you now for that reply.
Edit: If you cant be nice dont reply
AS the saying goes "Help Us Help You"  |
|
| Back to top |
|
 |
MikeFairbrother Senior Member

Joined: 14 Feb 2004 Posts: 179 Location: United Kingdom
   
|
Posted: Fri Mar 05, 2004 4:12 pm Post subject: |
|
|
Thank You, I Do Try My Best, But Sometimes I Just Need Help _________________ Regards,
Mike |
|
| Back to top |
|
 |
Paulio! Young One

Joined: 10 Mar 2004 Posts: 60
   
|
Posted: Thu Mar 25, 2004 5:25 pm Post subject: |
|
|
QUOTE(MikeFairbrother @ Mar 4 2004, 10:10 AM) ok, ive got that now, now it sets the name, how do i add it to the welcome message and menu so it says Welcome | like mike said... how do you do that?  |