This is a script I was using with my old mirc. Since I upgraded to the newer mirc. My messages to
the channel have changed and the script does not work with the new mirc. This is how it shows up
<Othello> messages
everyone else in the channel shows up like this
-={ users }=- messages
Is there a way I can get it to show my messages with my nick in the brackets?
on ^*:TEXT:*:#: {
if ($target ischan) { echo -tmi2 # $+(,,12,-={,,,2,$chr(32),$nick,$chr(32),,,12,}=-,1,) $1- | haltdef }
else { echo -tlmi2 $nick $+(,,12,-={,,,2,$chr(32),$nick,$chr(32),,,12,}=-,1,) $1- | haltdef }
}