From 1d7b44202abb75c3b2b30d88b7dffb83a2bf52c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 17 Apr 2014 23:31:50 +0200 Subject: irc: fix description of arguments in infolist "irc_nick" Only the nick is optional is this infolist (server and channel are required). --- doc/en/autogen/plugin_api/infolists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/en/autogen') diff --git a/doc/en/autogen/plugin_api/infolists.txt b/doc/en/autogen/plugin_api/infolists.txt index b624a9018..733bb1a75 100644 --- a/doc/en/autogen/plugin_api/infolists.txt +++ b/doc/en/autogen/plugin_api/infolists.txt @@ -10,7 +10,7 @@ | irc | irc_ignore | list of IRC ignores | ignore pointer (optional) | - -| irc | irc_nick | list of nicks for an IRC channel | nick pointer (optional) | server,channel,nick (channel and nick are optional) +| irc | irc_nick | list of nicks for an IRC channel | nick pointer (optional) | server,channel,nick (nick is optional) | irc | irc_notify | list of notify | notify pointer (optional) | server name (wildcard "*" is allowed) (optional) -- cgit v1.2.3