_Added in 1.9.3_ *$randomcolors* Returns random colors option as bitflag. 0 = Off 1 = Message 2 = Nicklist *Example*
; Check if random colors is enabled for messages.
//if ($randomcolors & 1) echo -ag Random colors is enabled for messages

; Check if random colors is enabled for nicklist.
//if ($randomcolors & 2) echo -ag Random colors is enabled for nicklist