From 54635cb59f5c12453648d68dfee4a9da2d380452 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 19 Mar 2014 17:21:41 -0400 Subject: [PATCH] Add note about IRC library default change. --- library/notification/irc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/notification/irc b/library/notification/irc index 32141abe54..bba7319a08 100644 --- a/library/notification/irc +++ b/library/notification/irc @@ -49,9 +49,9 @@ options: default: null color: 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 - default: none + default: "none" choices: [ "none", "yellow", "red", "green", "blue", "black" ] channel: description: