1) Make change to :input: in ircn file SYSTEM\EVENTS.MRC
on *:input:#: {
becomes
on *:input:#: {
if ($halted) return
2) Make change to :text: in ircn flie SYSTEM\themes.mrc
Change:
on ^*:text:* {
to
on ^*:text:* {
if ($halted) return else
3) Make change to :action: in ircn file SYSTEM\themes.mrc
Change:
on ^*:action:* {
to
on ^*:action:* {
if ($halted) return else
do the same with the :action: line.
4) Make sure the mircryption.mrc script is executed before any other existing script. You can do this from mirc, by hitting alt-r, then selecting the Remote tab, than File->Order. Then find the mircryption.mrc script, which is probably at the bottom, and move it to the top.