Skip to content
General Chat Talk

Changing Fonts In Mirc

A TG007 community discussion started by Timothy.

Discussion 5 posts
Page 1 of 1
Open
Topic #13737 · 5 published posts · 2,085 views

Is there any way I can change the fonts in my Mirc to have a little colour when chatting in a room? It is so boring to see the fonts it has when chatting. The select font only has black there has to be a way to add colours to them. Reply to [email protected] if you like.

I thought you could change your font color through "mIRC Colors" dialog, where "Own text" is your own input.

 

chatters can add color to their own text that you can see through mirc color codes. You may also change your own colors as well. If the user typing hasn't set any color codes in their text it will simply look like whatever default color you have set in your options.

Get information about ircWx here

The select Font has all kinds of different fonts but the colour is always black.There has to be a way to change the select font too add some colours instead of just your basic black.

The select Font has all kinds of different fonts but the colour is always black.There has to be a way to change the select font too add some colours instead of just your basic black.
One way you can is to script your own input:
on *:INPUT:#: {
  if (/* !iswm $1) && (!$ctrlenter) {
    echo -t # $+(<,$cnick($me).color,$nick(#,$me).pnick,>) $+($chr(3),04,$1-)
    .msg # $1- | haltdef
  }
}

See 04 means red in mirc color. All you have to do is change it to correspond the color you want from 01 to 15