Actions
$randomcolors » History » Revision 1
Revision 1/3
| Next »
Per Amundsen, 08/06/2015 05:37 AM
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
Updated by Per Amundsen over 9 years ago · 1 revisions