A problem arises when confirmation is enabled to quit mirc...
If the question "are you sure you want to quit mirc?" this happens:
If you choose the option "Yes" (everything works fine why close mirc)
If you choose the "NO" option (the error) The DCX.DLL is is broken and no trace remains in memory as it is active but lacks features that were previously active.
Coming back to mirc becomes necessary to reactivate the dcx with a command :
menu menubar {
wake dcx.dll: { .timer 1 0 /dll -u dcx.dll | .timer 2 0 xpopup_menu }
}
You can create an event close mirc, which allows you to operate the alias after deciding not to quit mirc?