mIRC Homepage
Posted By: Axehandler Catching DCC File Sends. - 17/05/03 03:52 PM
Not sure if this is possiable - been looking into it and playing, but haven't seemed to be able to make it work.

Can I turn on DCC Ignore, and catch the DCC File sends/REcv's with a raw mode instead?

Thanks in advance

Axe
Posted By: bloupx Re: Catching DCC File Sends. - 17/05/03 04:07 PM
i suppose you could catch them withing the debug window.
Posted By: Axehandler Re: Catching DCC File Sends. - 17/05/03 06:07 PM
well it looks like it totally blocks the ctcp.

I set a remote..

CTCP 1:*:*:/set %DCCRecv'd $0-

With DCC Ignore off.. I get the proper info.... with DCC Ignore on... I get.. just 6...... nothing more just a 6.

Axe
Posted By: Nimue Re: Catching DCC File Sends. - 17/05/03 06:20 PM
Try $1- wink
Code:
ctcp *:dcc send *:{
  echo -a $nick - [color:red]$1-[/color] 
}
Posted By: Axehandler Re: Catching DCC File Sends. - 17/05/03 06:31 PM
hehe

it actually was a $1- I tryed it as $0- also to see if it was getting anythign else. thats all.

Doesn't make a diffrence :P Same issue still

Axe
Posted By: Nimue Re: Catching DCC File Sends. - 17/05/03 06:39 PM
Works here, with "/sreq ignore", "/sreq ask" or "/sreq auto".
Posted By: Axehandler Re: Catching DCC File Sends. - 17/05/03 06:43 PM
all that does is basicly turn the DCC's back on (instead of using the radio buton in the menu" how's THAT catch the DCC's with the IGNORE option on? if all your doing is shutting that ignore off =p

Axe
Posted By: Nimue Re: Catching DCC File Sends. - 17/05/03 06:48 PM
Exactly! /sreq ignore, ignores dcc sends, and /sreq (auto|ask) (auto)accepts them.
So allow me to re-phrase for you.
That script works here, with "/sreq ignore", "/sreq ask" or "/sreq auto".


edit-
The script works for me with /dcc ignore on OR off
Posted By: Axehandler Re: Catching DCC File Sends. - 17/05/03 06:54 PM
I see what your saying now - the altered code base you have up works even thou you have a /sreq ignore.

Don't see much diffrence in your code vs mine other then I'm catching all CTCP's and your only grabbing DCC's.

I'll try it thou :P

Axe
© mIRC Discussion Forums