1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 23:36:37 +02:00

irc: add missing "user" in documentation of functions

This commit is contained in:
Sébastien Helleu
2023-06-02 18:38:01 +02:00
parent 02a20507cb
commit 5eb1a31552
+2
View File
@@ -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