How to use different fonts for different events

By c0z on Sep 10, 2016

Hi everyone, I have a doubt and I was wondering if someone could help me.
The font I use on my MIRC is Courier New and I would like to change the font of some events to Tahoma, to have different fonts for different events.

This is as is ussually is:

Raw 324:*:{
CODE echo -a  Modo $+ / $+ 1 $+ $2-
  halt 
} 

And I think it should be like this but it doesn't seem to work:

Raw 324:*:{
 echo $font(Tahoma) -a Modo $+ / $+ 1 $+ $2-
 halt 
} 

Thank you so much for any help you could send my way!

Comments

Sign in to comment.
blackvenomm666   -  Oct 21, 2016

i was able to achieve the results you wanted via on text events i didn't look into the raw events but here is what i did

on ^*:text:*:#testing:{ if ($nick == testing) { /font $chan 20 symbol
    echo -t $chan $nick $1-
  }
}
blackvenomm666  -  Oct 21, 2016

if you have your raw events sent to specific windows you can easily do it that way. hope that helps sorry i'm late to helping. although thinking about it this will only work if you have them all set to a different window. you can more than likely just change the color of each one instead of the font itself

Sign in to comment

OrFeAsGr   -  Sep 12, 2016

Hi! This doesn't work because it is not an existing identifier of mIRC. You can go to http://forums.mirc.com and make a suggestion!

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.