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:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user