1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

irc: add chghost capability to help and completion

This commit is contained in:
Simmo Saan
2017-11-05 13:36:45 +02:00
parent 227537cbdb
commit 8420abe8bb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6300,7 +6300,7 @@ irc_command_init ()
"Without argument, \"ls\" and \"list\" are sent.\n"
"\n"
"Capabilities supported by WeeChat are: "
"account-notify, away-notify, cap-notify, extended-join, "
"account-notify, away-notify, cap-notify, chghost, extended-join, "
"multi-prefix, server-time, userhost-in-names.\n"
"\n"
"The capabilities to automatically enable on servers can be set "
+1 -1
View File
@@ -51,7 +51,7 @@ 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|extended-join|" \
"account-notify|away-notify|cap-notify|chghost|extended-join|" \
"multi-prefix|server-time|userhost-in-names|%*"
/* list of supported CTCPs (for completion in command /ctcp) */