mIRC Home    About    Download    Register    News    Help

Print Thread
#58839 02/11/03 02:30 PM
Joined: Jan 2003
Posts: 48
O
oSaYaP Offline OP
Ameglian cow
OP Offline
Ameglian cow
O
Joined: Jan 2003
Posts: 48
How can I create an autoban in case of dcc bug?
Cause´ this remote doesn´t work on mirc 6.11,6.12,6.01 and i wanna auto ban a person who attack with that bug, here is the code :
ctcp *:dcc send:*: if ($len($nopath($filename)) >= 225) { echo 4 -s $nick tried to crash you with an illegal dcc send of $nopath($filename) | halt }

Bue it doesn´t work, thanks a lot, please tell me in which version of Mirc i must put the remote or help me with another code.


-= Porque pese a todo Dios .. aún te tengo fé =-
#58840 02/11/03 03:00 PM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
There are two DCC bugs, the first (and serious) one was fixed in v6.12 and the other is still there. Read about them at http://irchelp.org/x. The script you have is good for the second, recent bug, but it's more difficult to detect the first bug. Try Olathe's addon for that.


Link Copied to Clipboard