i still cant recive files over dcc...
i get only this:
(01:02) [CTCP DCC] requested by someuser (id@host)
i changed a code a bit for my script... hope it doesnt bother
On *:logon:*: {
if (%dcce == On) { .enable #DCCE }
elseif (%dcce == Off) { .disable #DCCE }
}
#DCCE on
ctcp *:dcc send:*: if ($len($nopath($filename)) >= 225) { echo 4 -a $nick tried to crash you with an illegal dcc send of $nopath($filename) | halt }
#DCCE end
Last edited by raZOR; 24/04/05 11:09 PM.