diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-07-10 14:08:19 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-07-10 14:08:19 +0200 |
commit | ba6f21d910fad4035c9c9f92b672c5520058d1f1 (patch) | |
tree | ca47c35c102e865f09febf76900d79ee0afcb338 /src/plugins/irc/irc-command.h | |
parent | 2a02bb10e5b818c9ffabf0c4499a53ba63002b75 (diff) | |
download | weechat-ba6f21d910fad4035c9c9f92b672c5520058d1f1.zip |
irc: add missing "account-tag" in list of supported capabilities
Diffstat (limited to 'src/plugins/irc/irc-command.h')
-rw-r--r-- | src/plugins/irc/irc-command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-command.h b/src/plugins/irc/irc-command.h index 8e55610c9..937513769 100644 --- a/src/plugins/irc/irc-command.h +++ b/src/plugins/irc/irc-command.h @@ -58,7 +58,7 @@ struct t_irc_channel; * (enabled if supported by the server + completion in command /cap) */ #define IRC_COMMAND_CAP_SUPPORTED \ - "account-notify|away-notify|batch|cap-notify|chghost|" \ + "account-notify|account-tag|away-notify|batch|cap-notify|chghost|" \ "draft/multiline|echo-message|extended-join|invite-notify|" \ "message-tags|multi-prefix|server-time|setname|userhost-in-names" |