mIRC Home    About    Download    Register    News    Help

Print Thread
#107141 07/01/05 10:59 AM
Joined: May 2004
Posts: 39
S
Ameglian cow
OP Offline
Ameglian cow
S
Joined: May 2004
Posts: 39
Ok I need some help with a script I want made.

I want these actions to fall: When somone says !Query (User) (Message)

It will query that user but it will put the nick name of the person who sent it through the script, any help here? shocked


Do the monkey!
#107142 07/01/05 11:02 AM
Joined: Mar 2004
Posts: 359
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Mar 2004
Posts: 359
Code:
on 1:text:!query *:#: {
  msg $2 < $+ $nick $+ > $3-
}

I think thats what your looking for

Last edited by LostServ; 07/01/05 11:04 AM.
#107143 07/01/05 11:07 AM
Joined: May 2004
Posts: 39
S
Ameglian cow
OP Offline
Ameglian cow
S
Joined: May 2004
Posts: 39
Hey, thanks alot! wink


Do the monkey!
#107144 07/01/05 11:08 AM
Joined: Mar 2004
Posts: 359
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Mar 2004
Posts: 359
Quote:
Hey, thanks alot! wink

Your welcome smile

#107145 07/01/05 09:37 PM
Joined: Nov 2004
Posts: 332
R
Fjord artisan
Offline
Fjord artisan
R
Joined: Nov 2004
Posts: 332
why not just $$2-


The Kodokan will move you, one way or another.
#107146 07/01/05 09:43 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Because $2- would be the person who gets messaged.
<Andy> !query Robert testing, testing 1,2,3.

<Bot> <Andy> Robert testing, testing 1,2,3.

Last edited by SladeKraven; 07/01/05 09:44 PM.

Link Copied to Clipboard