From 5eb1a315526782bad054be694511d57dfd81f291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 2 Jun 2023 18:38:01 +0200 Subject: [PATCH] irc: add missing "user" in documentation of functions --- src/plugins/irc/irc-message.c | 2 ++ 1 file changed, 2 insertions(+) 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