1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 02:03:13 +02:00

irc: add command /setname, add support of message and capability "setname" (closes #1653)

This commit is contained in:
Sébastien Helleu
2021-06-12 21:18:42 +02:00
parent 0525922ee4
commit 70b66c4f6b
25 changed files with 473 additions and 78 deletions
+1 -1
View File
@@ -56,7 +56,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|chghost|extended-join|" \
"invite-notify|multi-prefix|server-time|userhost-in-names|%*"
"invite-notify|multi-prefix|server-time|setname|userhost-in-names|%*"
/* list of supported CTCPs (for completion in command /ctcp) */
#define IRC_COMMAND_CTCP_SUPPORTED_COMPLETION \