mIRC Home    About    Download    Register    News    Help

Print Thread
#24696 17/05/03 03:52 PM
Joined: Mar 2003
Posts: 10
A
Pikka bird
OP Offline
Pikka bird
A
Joined: Mar 2003
Posts: 10
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

#24697 17/05/03 04:07 PM
Joined: Dec 2002
Posts: 124
B
Vogon poet
Offline
Vogon poet
B
Joined: Dec 2002
Posts: 124
i suppose you could catch them withing the debug window.

#24698 17/05/03 06:07 PM
Joined: Mar 2003
Posts: 10
A
Pikka bird
OP Offline
Pikka bird
A
Joined: Mar 2003
Posts: 10
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

#24699 17/05/03 06:20 PM
Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
Try $1- wink
Code:
ctcp *:dcc send *:{
  echo -a $nick - [color:red]$1-[/color] 
}

#24700 17/05/03 06:31 PM
Joined: Mar 2003
Posts: 10
A
Pikka bird
OP Offline
Pikka bird
A
Joined: Mar 2003
Posts: 10
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

#24701 17/05/03 06:39 PM
Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
Works here, with "/sreq ignore", "/sreq ask" or "/sreq auto".

#24702 17/05/03 06:43 PM
Joined: Mar 2003
Posts: 10
A
Pikka bird
OP Offline
Pikka bird
A
Joined: Mar 2003
Posts: 10
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

#24703 17/05/03 06:48 PM
Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
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

Last edited by Nimue; 17/05/03 06:58 PM.
#24704 17/05/03 06:54 PM
Joined: Mar 2003
Posts: 10
A
Pikka bird
OP Offline
Pikka bird
A
Joined: Mar 2003
Posts: 10
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


Link Copied to Clipboard