diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-02 18:38:01 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-02 18:50:45 +0200 |
commit | 5eb1a315526782bad054be694511d57dfd81f291 (patch) | |
tree | e659c415ce288b0a03358c563c844c2bbe633749 /src/plugins | |
parent | 02a20507cbed73323657e2db0a47e1f576e10756 (diff) | |
download | weechat-5eb1a315526782bad054be694511d57dfd81f291.zip |
irc: add missing "user" in documentation of functions
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/irc/irc-message.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/irc/irc-message.c b/src/plugins/irc/irc-message.c index a44b0f080..f89e673f8 100644 --- a/src/plugins/irc/irc-message.c +++ b/src/plugins/irc/irc-message.c @@ -137,6 +137,7 @@ irc_message_parse_params (const char *parameters, * - tags (string) * - message without tags (string) * - nick (string) + * - user (string) * - host (string) * - command (string) * - channel (string) @@ -437,6 +438,7 @@ irc_message_parse (struct t_irc_server *server, const char *message, * - tag_xxx (one key per tag, with unescaped value) * - message_without_tags * - nick + * - user * - host * - command * - channel |