1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +02:00

irc: fix description of arguments in infolist "irc_nick"

Only the nick is optional is this infolist (server and channel are required).
This commit is contained in:
Sébastien Helleu
2014-04-17 23:31:50 +02:00
parent 6f64ee699b
commit 1d7b44202a
19 changed files with 97 additions and 67 deletions
+1 -1
View File
@@ -650,7 +650,7 @@ irc_info_init ()
weechat_hook_infolist ("irc_nick",
N_("list of nicks for an IRC channel"),
N_("nick pointer (optional)"),
N_("server,channel,nick (channel and nick are optional)"),
N_("server,channel,nick (nick is optional)"),
&irc_info_get_infolist_cb, NULL);
weechat_hook_infolist ("irc_ignore",
N_("list of IRC ignores"),