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:
@@ -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 "
|
||||
|
||||
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user