Quote:
Question is: can he do so without the routine. i mean: just send that command to my bot which will cause the closedown of the mIRC?

No. A part of your script is flawed, and it's probably the part where the bot reads from the file again. If the $read() call you have, does not use the 'n' flag, it will evaluate any identifiers in the line you're reading, including $dll, $eval, $findfile and so on. Usually, adding the 'n' flag will solve the problem (see also /help $read); just filtering out a few identifiers is not sufficient.

If you're not sure about what to do exactly, please paste the relevant routine here (including the /write and $read stuff), and we will help you... smile


Saturn, QuakeNet staff