Documentation update
This commit is contained in:
parent
2799c48cf3
commit
8131bd3030
1 changed files with 3 additions and 2 deletions
|
@ -61,12 +61,13 @@ options:
|
||||||
choices: [ "none", "yellow", "red", "green", "blue", "black" ]
|
choices: [ "none", "yellow", "red", "green", "blue", "black" ]
|
||||||
channel:
|
channel:
|
||||||
description:
|
description:
|
||||||
- Channel name
|
- Channel name. One of nick_to or channel needs to be set. When both are set, the message will be sent to both of them.
|
||||||
required: true
|
required: true
|
||||||
nick_to:
|
nick_to:
|
||||||
description:
|
description:
|
||||||
- A list of nicknames to send the message to. When both channel and nick_to are defined, the message will be send to both of them.
|
- A list of nicknames to send the message to. One of nick_to or channel needs to be set. When both are defined, the message will be sent to both of them.
|
||||||
required: false
|
required: false
|
||||||
|
default: null
|
||||||
version_added: 2.0
|
version_added: 2.0
|
||||||
key:
|
key:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue