Project

General

Profile

Actions

$randomcolors » History » Revision 2

« Previous | Revision 2/3 (diff) | Next »
Per Amundsen, 02/23/2023 07:27 PM


Added in 1.9.3

$randomcolors

Returns random colors option as bitflag.

Returns

table(ktable). |*Value*|*Description*|
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 about 1 year ago · 2 revisions

Also available in: PDF HTML TXT