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

irc: rename constant IRC_COMMAND_CAP_SUPPORTED_COMPLETION to IRC_COMMAND_CAP_SUPPORTED

This commit is contained in:
Sébastien Helleu
2023-05-04 21:56:38 +02:00
parent c0f574d036
commit 2c39906816
3 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -6975,8 +6975,8 @@ irc_command_init ()
" /cap req -away-notify"),
"ls"
" || list"
" || req " IRC_COMMAND_CAP_SUPPORTED_COMPLETION "|%*"
" || ack " IRC_COMMAND_CAP_SUPPORTED_COMPLETION "|%*"
" || req " IRC_COMMAND_CAP_SUPPORTED "|%*"
" || ack " IRC_COMMAND_CAP_SUPPORTED "|%*"
" || end",
&irc_command_cap, NULL, NULL);
weechat_hook_command (