Hiya Khaled (and others) =)

I'd like to have a own nick bolding feature for mirc (without scripting). I'm currently using a script that does it quite ok:
Code:
 
on *:INPUT:#:{
  if ( $left($1-,1) == / ) { goto done }
  echo $active $timestamp < $+ $nick($chan,$me).pnick $+ > $1-
  .msg $active $1-
  halt
  :done
}

where those squares are ctrl + b, it makes this kind of effect: Example image

It would maybe be easiest to add it into highlight, so it could also bold other words..

You'll also notice another little feature I'd like to have.. the channelbar's position, like that and if possible, adjustable height so it's font size & margins could be adjusted.. (or the same size that filebar has)

And then the last one, possibility to hide the filebar completely, so that I could make my mIRC as small as possible, only channel texts, nicklist and editbox visible, also better if nicklist could get totally off too (but I can drag it by mouse anyway..)

Waiting for annoyed comments wink


Maybe just another mIRC -user