mIRC Home    About    Download    Register    News    Help

Print Thread
#135859 18/11/05 06:15 AM
Joined: Oct 2005
Posts: 91
T
truguce Offline OP
Babel fish
OP Offline
Babel fish
T
Joined: Oct 2005
Posts: 91
Im sure this is easy but cant figure out how to send to a dcc chat window from a popup. I figured that it is under query popup but what would I put after
Question
.First Question:/ <not sure what is next???>

Also I what i am tring to do, is when i get spammed I want it to send the message to a dcc chat window. Any help would be great.

Last edited by truguce; 18/11/05 07:03 AM.
#135860 18/11/05 06:19 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Do you mean this?

Code:
menu query {
  DCC
  .Chat: dcc chat $$1
}


-Andy

#135861 18/11/05 06:51 AM
Joined: Oct 2005
Posts: 91
T
truguce Offline OP
Babel fish
OP Offline
Babel fish
T
Joined: Oct 2005
Posts: 91
Nevermind I just figured it out. All i need to do is put
Question
.Question:/say You want to ask me a question?

I did not see the say command before. Sorry for the trouble

Last edited by truguce; 18/11/05 07:01 AM.
#135862 18/11/05 07:10 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Ahh right..

Try:

Code:
menu * {
  DCC
  .Chat: {
    if ($chat($iif(!$1,$$?="Enter Nick",$1))) echo -a msg $+(=,$ifmatch) $$?="Enter Message"
  }
}


Edit: I guess I misunderstood again oops, I thought you wanted to message someone you're in a DCC chat with, oops. My apologies I am tired.. blush

-Andy


Link Copied to Clipboard