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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user