Add note about IRC library default change.
This commit is contained in:
parent
430969781c
commit
62ea445b47
1 changed files with 2 additions and 2 deletions
|
@ -49,9 +49,9 @@ options:
|
||||||
default: null
|
default: null
|
||||||
color:
|
color:
|
||||||
description:
|
description:
|
||||||
- Text color for the message. Default is black.
|
- Text color for the message. ("none" is a valid option in 1.6 or later, in 1.6 and prior, the default color is black, not "none").
|
||||||
required: false
|
required: false
|
||||||
default: none
|
default: "none"
|
||||||
choices: [ "none", "yellow", "red", "green", "blue", "black" ]
|
choices: [ "none", "yellow", "red", "green", "blue", "black" ]
|
||||||
channel:
|
channel:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue