FBS-Echo color fix.

Started by hotdogcat, Jun 23, 2018, 04:28 PM

Previous topic - Next topic

hotdogcat

As many of you may have noticed after rel005 standard ICOL function on fbs echo doesn't work.

To make your bot work properly replace your bot colors with the following new ones:

const ICOL_WHITE    = "0";
const ICOL_BLACK    = "1";
const ICOL_BLUE     = "2";
const ICOL_GREEN    = "3";
const ICOL_RED      = "4";
const ICOL_BROWN    = "5";
const ICOL_PURPLE   = "6";
const ICOL_ORANGE   = "7";
const ICOL_YELLOW   = "8";
const ICOL_LGREEN   = "9";
const ICOL_CYAN     = "10";
const ICOL_LCYAN    = "11";
const ICOL_LBLUE    = "12";
const ICOL_PINK     = "13";
const ICOL_GREY     = "14";
const ICOL_LGREY    = "15";



Credits to Bart.

Milos

mIRC has increased colors from 0-15 to 98. Does this apply to all clients?
https://www.mirc.com/news.html

NicusorN5

Quote from: Pop360 on Jun 23, 2018, 07:47 PMmIRC has increased colors from 0-15 to 98. Does this apply to all clients?
https://www.mirc.com/news.html
It should.