mIRC Home    About    Download    Register    News    Help

Print Thread
#238032 23/06/12 09:32 PM
Joined: Jun 2007
Posts: 40
Q
Ameglian cow
OP Offline
Ameglian cow
Q
Joined: Jun 2007
Posts: 40
I tried to block a user from sending me notices (but allowing everything else), and noticed that DCCs failed (unable to connect). I was using the alt + b window.

Why is this? Both DCC and CTCP were enabled, and only notices were blocked...how is it that disabling notices will block DCCs?

Question #238033 23/06/12 10:18 PM
Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
it's because a dcc receive is preceded by a notice from them "DCC Send filename (their_IP_Address)". try instead having a remote script containing the line:

Code:
on *:NOTICE:*:*:{ if ($1-2 != DCC Send) HALT }




Link Copied to Clipboard