So I've been trying to make the chat more readable in mIRC and decided that adding automatic nick colours as well as bold nicks would help. Now, I've looked around and found a script for the automatic nick colours which is:

on ^*:TEXT:*:#:if (!$cnick($nick)) cnick -m1 $nick $rand(1,16)


My problem is I can't find/don't know how to create a script for making all nicks bold in chat while also maintaining the nick colours. Any help with this would be very much appreciated!