Hi all,
I would like to raise the following feature request:
A command line option to disable the GUI, thereby making it possible to run mIRC from the command shell without the UI.

This would allow for some powerful new forms of scripting and mIRC capabilities.

Example could be like this:
Code
mirc --nogui --script myscript.mrc


After the code is executed the runtime stops. Or if you want to keep your cose running permanently you can set a flag at the start of the script. (or start a timer, or a socket, or any command that would indicate that the script shouldn't be terminated).

By enabling such a commandline option I can deploy my mIRC script headless on any computer or server. Also minimizing my memory usage as the UI doesn't need to load.

What do you think of this idea?