From 795425f32defdd83d9b1017ab4a124eb73451e73 Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Thu, 9 Jul 2015 09:43:26 +0200 Subject: [PATCH] irc: remove version_added for nick option, should have been nick_to option --- notification/irc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/notification/irc.py b/notification/irc.py index 70f198883c7..7e34049c639 100644 --- a/notification/irc.py +++ b/notification/irc.py @@ -42,7 +42,6 @@ options: - Nickname to send the message from. May be shortened, depending on server's NICKLEN setting. required: false default: ansible - version_added: "2.0" msg: description: - The message body.