mIRC Home    About    Download    Register    News    Help

Print Thread
#172615 12/03/07 09:59 PM
Joined: Mar 2007
Posts: 2
C
Bowl of petunias
OP Offline
Bowl of petunias
C
Joined: Mar 2007
Posts: 2
Hi, this is really getting on my nerves now...

I wanna chat in coloured text, dark gray background and black font text. I don't wanna do that ctrl+k crap everything I type a sentance though... isn't there some setting to permanently set chat colour? Would be kinda stupid if there isn't imo, but I'm new to mirc so meh.

Also, is there an addon or something which announcec in chat when I ignore someone, who it is? like: "Me sets ignore for person"?

PS: I did search for the colour thing but couldn't see anything that answered my question.

Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031
Quote:
isn't there some setting to permanently set chat colour?


Alt+k will bring up the colors dialog. Just click on the text or
background you wish to change and select a new color below.
But only you will see this change, unlike sending color control
codes manually which everyone else sees as well.

RoCk #172659 13/03/07 05:05 PM
Joined: Mar 2007
Posts: 2
C
Bowl of petunias
OP Offline
Bowl of petunias
C
Joined: Mar 2007
Posts: 2
I dont want just me to see... I want everyone to see

sigh, you would think for a chat program they would make this a pretty easy feature.

Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031
Well let me tell ya, as fun as it is for you to send colored
text, it's twice as annoying to others. It's best to let others
decide what color your text should be on their end because more
often than not, your colored text will clash with their background
and that you can't change. But if you insist...

Code:
on *:INPUT:#: {
  var %comchar = / $readini($mircini,text,commandchar),%color = 04
  if (($istok(%comchar,$left($1,1),32)) && (!$ctrlenter)) return
  !msg # $+(,%color,$1-)
  haltdef
}


Set %color to whatever color you want your text to be.
Paste that code into your script editor (Alt+R).

RoCk #172666 13/03/07 06:38 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
I agree. I don't like seeing text from users in colors except when something should be colored so that it's noticed.


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard