Autovoicing everyone:

Code:
on @*:join:[color:red]#yourchannel[/color]: {
  mode $chan +v $nick
}


Just replace the red part with your channel name.

For coloring the topic or anything else...

Ctrl-K (this will bring up a popup color chart if you have that option on) followed by the color number you want.

Ctrl-K followed by 04 will make the text following it be red. To change colors, just repeat. To return to normal, use Ctrl-O. To only return to normal colors, but not remove any bold/underline, just use Ctrl-K without any number following it. Ctrl-B = Bold, Ctrl-U = Underline. Repeat to end the bold/underline.

To turn on the color popup, Alt-O > Other > Keys. Check the Control-K box.

Remember that you don't put spaces after the Ctrl-K ... put the number right next to it so it looks like this:

04Hello.

(The box is Ctrl-K). Copy/paste that into mIRC and it will be red.

To change the background, include a second number with a comma between them:

04,14Hello.

That will be red text on a gray background.

Here's an example using various parts so you can try it out... just copy/paste it.

04This is red. 04,14This is red on a gray background. I just used Ctrl-O. This is bold. This is bold and underline because I didn't cancel the Ctrl-B with another Ctrl-B or Ctrl-O. I just used Ctrl-B, so this is just underline.

Copy and paste that into mIRC to see how it looks and read through it to see how it is done. That should get you the info on how to color your topic.


Invision Support
#Invision on irc.irchighway.net