1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

spelling: msg

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-09-09 11:36:43 -04:00
committed by Sébastien Helleu
parent 67d4c96de3
commit c0fbb5aaf5
+1 -1
View File
@@ -69,7 +69,7 @@ struct t_irc_protocol_ctxt
char *host; /* host of sender */
char *command; /* IRC command (eg: PRIVMSG) */
int ignore_remove; /* msg ignored (not displayed) */
int ignore_tag; /* mse ignored (displayed with tag) */
int ignore_tag; /* msg ignored (displayed with tag) */
char **params; /* IRC command parameters */
int num_params; /* number of IRC command parameters */
};