Documentation update

This commit is contained in:
Toshio Kuratomi 2015-07-07 10:49:43 -07:00
parent 2799c48cf3
commit 8131bd3030

View file

@ -61,12 +61,13 @@ options:
choices: [ "none", "yellow", "red", "green", "blue", "black" ]
channel:
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
nick_to:
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
default: null
version_added: 2.0
key:
description: