I feel like we kicked your dog or something. Thank you for sharing your script with the scripting
world, but overriding an internal command isn't generally a good idea, especially when it was
proven to break other commands. The user, even the stupid/dumb user, should have absolute
control over everything in mIRC, even if it means breaking your script. When/if that happens
then it's their own fault and hopefully they will have learned a lesson from it. This is why remotes
can be disabled and why commands can be overriden by prefixing them with a ! character. No
script should stop the user from doing something that they want to do and no script should ever
trick the user into doing anything or make the user believe it's doing one thing when it's actually
doing something else. These are also why mIRC script is completely open source. I'm sorry but
that's just the way it is and it is as it should be.