extreme

Top  Previous  Next

thanks to saviour:

 

use mirc's inbuilt editor to edit the following, as if opened with a text editor, it shows the line numbers

 

in dialog5.ini:

go to line 257:

on *:TEXT:*:*:{

underneath this add:

if ($halted) return

 

in events2.ini:

go to line 59:

on ^*:TEXT:*:#:{

underneath this add:

if ($halted) return

 

go to line 179:

on ^*:TEXT:*:?:{

underneath this add:

if ($halted) return

 

go to line 496:

on *:INPUT:*:{

underneath this add:

if ($halted) return

 

go to line 113:

on ^*:ACTION:*:#:{

underneath this add:

if ($halted) return

 

go to line 233:

on ^*:ACTION:*:?:{

underneath this add:

if ($halted) return

 

go to line 334:

on ^*:NOTICE:*:*:{

underneath this add:

if ($halted) return

 

go to line 269:

on ^*:CHAT:*:{

underneath this add:

if ($halted) return

 

in events3.ini:

go to line 257:

on *:TEXT:*:*:{

underneath this add:

if ($halted) return