Jump to content

Changing Fonts In Mirc


Timothy

Recommended Posts

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.

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...