1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

irc: add "cap-notify" in list of supported capabilities (/help cap)

This commit is contained in:
Sébastien Helleu
2015-10-18 19:19:03 +02:00
parent eb95512f7c
commit 995eb1f004
20 changed files with 68 additions and 67 deletions
+1 -1
View File
@@ -6150,7 +6150,7 @@ irc_command_init ()
"Without argument, \"ls\" and \"list\" are sent.\n"
"\n"
"Capabilities supported by WeeChat are: "
"account-notify, away-notify, extended-join, "
"account-notify, away-notify, cap-notify, extended-join, "
"multi-prefix, server-time, userhost-in-names.\n"
"\n"
"The capabilities to automatically enable on servers can be set "