mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 09:43:13 +02:00
irc: add support of capability "echo-message" (closes #139)
This commit is contained in:
@@ -59,8 +59,8 @@ struct t_irc_channel;
|
||||
*/
|
||||
#define IRC_COMMAND_CAP_SUPPORTED \
|
||||
"account-notify|away-notify|batch|cap-notify|chghost|" \
|
||||
"draft/multiline|extended-join|invite-notify|message-tags|" \
|
||||
"multi-prefix|server-time|setname|userhost-in-names"
|
||||
"draft/multiline|echo-message|extended-join|invite-notify|" \
|
||||
"message-tags|multi-prefix|server-time|setname|userhost-in-names"
|
||||
|
||||
/* list of supported CTCPs (for completion in command /ctcp) */
|
||||
#define IRC_COMMAND_CTCP_SUPPORTED_COMPLETION \
|
||||
|
||||
Reference in New Issue
Block a user