From 8131bd3030006d52f9e33e98d556f4915d1e5f47 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 7 Jul 2015 10:49:43 -0700 Subject: [PATCH] Documentation update --- notification/irc.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/notification/irc.py b/notification/irc.py index 2c3c19be4dd..1eae8ed8284 100644 --- a/notification/irc.py +++ b/notification/irc.py @@ -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: