1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 18:53:12 +02:00

irc: add missing "account-tag" in list of supported capabilities

This commit is contained in:
Sébastien Helleu
2023-07-10 14:08:19 +02:00
parent 2a02bb10e5
commit ba6f21d910
18 changed files with 158 additions and 110 deletions
+3 -3
View File
@@ -6889,9 +6889,9 @@ irc_command_init ()
"Without argument, \"ls\" and \"list\" are sent.\n"
"\n"
"Capabilities supported by WeeChat are: "
"account-notify, away-notify, batch, cap-notify, chghost, "
"draft/multiline, echo-message, extended-join, invite-notify, "
"message-tags, multi-prefix, server-time, setname, "
"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.\n"
"\n"
"The capabilities to automatically enable on servers can be set "