i made this for 6.03 version from Onlines tutorial for protecting dcc exploit so code is:

if (%dcce == On) { goto dcep }
else { goto end }
:dcep
On *:logon:*:.ignore -wd *
On *:notice:dcc & *:?:.ignore -xu10 $nick
:end
}

%dcce is triggered with check box from dialog, but nwm,
i just wanted to ask will this work properly ?