1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 02:03:13 +02:00

irc: add support of capability "message-tags" (closes #1654)

This commit is contained in:
Sébastien Helleu
2021-06-24 17:08:52 +02:00
parent 51123b755d
commit 22a7e18842
32 changed files with 1036 additions and 969 deletions
+1 -1
View File
@@ -6501,7 +6501,7 @@ irc_command_init ()
"\n"
"Capabilities supported by WeeChat are: "
"account-notify, away-notify, cap-notify, chghost, extended-join, "
"invite-notify, multi-prefix, server-time, setname, "
"invite-notify, message-tags, multi-prefix, server-time, setname, "
"userhost-in-names.\n"
"\n"
"The capabilities to automatically enable on servers can be set "
+2 -1
View File
@@ -56,7 +56,8 @@ struct t_irc_channel;
/* list of supported capabilities (for completion in command /cap) */
#define IRC_COMMAND_CAP_SUPPORTED_COMPLETION \
"account-notify|away-notify|cap-notify|chghost|extended-join|" \
"invite-notify|multi-prefix|server-time|setname|userhost-in-names"
"invite-notify|message-tags|multi-prefix|server-time|setname|" \
"userhost-in-names"
/* list of supported CTCPs (for completion in command /ctcp) */
#define IRC_COMMAND_CTCP_SUPPORTED_COMPLETION \