LibraIRC.net Forums
Change your color font on mIRC - Printable Version

+- LibraIRC.net Forums (https://librairc.net/forums)
+-- Forum: Public Forums (https://librairc.net/forums/forum-47.html)
+--- Forum: IRC Discussions (https://librairc.net/forums/forum-57.html)
+---- Forum: mIRC (https://librairc.net/forums/forum-64.html)
+---- Thread: Change your color font on mIRC (/thread-47.html)



Change your color font on mIRC - Omar - 23-10-2011

  • This addon is helpful to change your color font using the color codes like you want and this addon work on mIRC or any script based on it.
How to load the addon on your mIRC script (choose either 1 or 2)

1- Go on Tools on the MenuBar - Script Editor - Remote - File - New then copy the code down and paste it there then press Ok.

2- Download the Color.mrc down, Put it on the mirc folder and go on Tools on the MenuBar - Script Editor --- > Remote - File  - Load and then choose the place of the Color.mrc and then press Ok.

Code

Code:
alias coloron { set -n %color $1 }
alias coloroff { unset %color }
on *:input:*:{
  if (%color) && ($left($1,1) !isin /!) && (c !isincs $chan(#).mode) {
    haltdef
    say $chr(3) $+ %color $+ $chr(2) $+ $chr(2) $+ $1-
  }
}

How to use
  • Use it is very simple you need to know the color codes first .. to know them press Ctrl + K and it will give u a small list of the colors code to choose anyone.
  • To make it work and change the color of the font u need to type /coloron <color code> as for example if you want to chose blue press /coloron then ctrl +k and then choose the color then press enter.
  • To make the color font back as black (Off) just press /coloroff.
Please Note:

That there few addons which conflict the color and u might see 2 outputs showing like acronmys or themes etc, so make sure u dont have any



Re: Change your color font on mIRC - Nex - 03-11-2011

i love it Big Grin Big GrinBig Grin ...
very simple script that works fine...but not rly with my NNscript.
have to change my NNscript so there's only 1 output....actually there are two...the one from NNscript itself..and the one from ur addon...
if anyone here has experience with that problem and already knows how to solve it, i'm happy about help Smile SmileSmile


Re: Change your color font on mIRC - Omar - 03-11-2011

i will try to look for it but i guess it cant be done as u cant use other functions while u are using color codes. It will always give u 2 inputs i also got the same on my mIRC when i loaded a addon for the acro


Re: Change your color font on mIRC - Nex - 03-11-2011

I got it!...Had to change sth in the "event.nns" of NNscript


Re: Change your color font on mIRC - TwinWolf - 09-06-2012

I am having the same issue that Soulmate had with two outputs. I am using mIRC v6.21. I have started to get to know the coding in the scripts enough to know what to look for to do simple things, but I don't know how to be able to change the script information to let it work with the text color changer. It bums me out too because I want a different colored font.

If you could help it would be greatly appreciated. ^_^


Re: Change your color font on mIRC - Omar - 09-06-2012

well u must have any other addon which conflict the outputs like acronyms for example or maybe a theme

u can tell me what addons u have already loaded it on the remote and i might can help


Re: Change your color font on mIRC - St_Darius - 10-06-2012

simple and very helpful addon for those who doesn't know to apply color codes on fonts



Re: Change your color font on mIRC - Ense7aB - 10-04-2013

mindfreak it doesn't work with me show me unknown command




Re: Change your color font on mIRC - Omar - 10-04-2013

contact me at #ophelp ty


Re: Change your color font on mIRC - Ense7aB - 10-04-2013

(10-04-2013, 04:03 PM)MinDFreak link Wrote: contact me at #ophelp ty
thanks man everything works greatly now


Re: Change your color font on mIRC - pollaris - 29-03-2016

Thank you for your excellent script.
It works very well.
-Russ