Page 1 of 1

Problems with ANSI colors in official-channels section

Posted: Fri Feb 29, 2008 1:45 am
by duxa
Help me, please...How to use an ANSI collors attribute in a official-channels section of unrealircd.conf? Try a lot of ways but can't do it...

Re: Problems with ANSI colors in official-channels section

Posted: Fri Feb 29, 2008 10:07 pm
by SpaceDoG
Have you tried copying the color code of your client into the unrealircd.conf file?

Re: Problems with ANSI colors in official-channels section

Posted: Sat Mar 01, 2008 2:05 am
by duxa
I don't know how to view it... I use mIRC v6.03. Can you help me?
I know how to use color text, for example, in bash, but in Unreal escape sequence "\E" not work property.

Re: Problems with ANSI colors in official-channels section

Posted: Sat Mar 01, 2008 2:01 pm
by Kinight
for color in mIRC

click CTRL+K and you will get a small box with colors, click one, for background: you would do <CTRL+K>1,1 that would do black text on black. To end a color, or to switch colors, type CTRL+K again. For bold: CTRL+B for Underline: CTRL+U (No symbol)

Re: Problems with ANSI colors in official-channels section

Posted: Sat Mar 01, 2008 5:52 pm
by duxa
After reading documentation http://www.unrealircd.com/files/docs/un ... l#regexlit i deside that it must be like that one:

Code: Select all

official-channels {
  "#sib54" { topic "\x7Best IRC channel in Novosibirsk"; };
};
But it is not work!

I can't copy text from mIRC to config because midnight commander whitch i use don't allowing me to do it...

Re: Problems with ANSI colors in official-channels section

Posted: Tue Mar 04, 2008 6:46 pm
by nate
If I recall, I remember someone saying those strings are stripped of all control codes upon output into /LIST and what not...

Any one else know if thats the case?

Re: Problems with ANSI colors in official-channels section

Posted: Wed Mar 05, 2008 3:01 am
by duxa
Color text work excellent!
I do this:
- open mIRC, connect with irc server in which I am saw a color text in a channels
- select in context menu option "List options" and select a filename - mIRC save a channels name with escape chars in file on my disk
- this file I am send on my server by ssh and copy need blocks to my config