mIRC Homepage
I searched on here but couldn't find it, can anyone tell me if there is a simple way to change the <+Admiral_Justin> to something maybe like [+Admiral_Justin] or |+Admiral_Justin|

I already know a little bit about scripting, I just can't figure this out. confused

Thanks/
try /help halting defaut text
and /help on input
Only thing is I can't figure out what one to use frown
Here's a tutorial on how to make a theme system.
I wrote a script to change the color of the nick and change the brackets around the nicks name in the channel. Here is part of a script I used, Edit the variables for the color and Brackets used in the nick If you would like a copy of my DCN.mrc memo me and I will send you a copy of the script

Code:
  [color:red] 
on ^*:TEXT:*:*: {
  if ($target ischan) { .echo -tmi2 # $+(,,%dcb1,%dchr1,,,%dcn1,$remove($nick(#,$nick).pnick,@,+,),,,%dcb1,%dchr2,1,) $1- | /haltdef }  
  else { echo -tlmi2 $nick $+(,,%dcb1,%dchr1,,,%dcn1,$nick,,,%dcb1,%dchr2,1,) $1- | /haltdef } 
}
 [/color]  

© mIRC Discussion Forums