mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
irc: add a constant with list of supported CTCPs for completion in command /ctcp
This commit is contained in:
@@ -6259,9 +6259,9 @@ irc_command_init ()
|
||||
" type: CTCP type (examples: \"version\", \"ping\", ..)\n"
|
||||
"arguments: arguments for CTCP"),
|
||||
"-server %(irc_servers) %(irc_channel)|%(nicks)|* "
|
||||
"action|clientinfo|finger|ping|source|time|userinfo|version"
|
||||
IRC_COMMAND_CTCP_SUPPORTED_COMPLETION
|
||||
" || %(irc_channel)|%(nicks)|* "
|
||||
"action|clientinfo|finger|ping|source|time|userinfo|version",
|
||||
IRC_COMMAND_CTCP_SUPPORTED_COMPLETION,
|
||||
&irc_command_ctcp, NULL);
|
||||
weechat_hook_command (
|
||||
"cycle",
|
||||
|
||||
Reference in New Issue
Block a user