diff options
Diffstat (limited to 'src')
-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 |