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

irc: add missing completion "*" for target in command /ctcp

This commit is contained in:
Sébastien Helleu
2016-01-17 08:32:44 +01:00
parent efb23016fe
commit aee4871083
+2 -2
View File
@@ -6258,9 +6258,9 @@ irc_command_init ()
" target: nick or channel ('*' = current channel)\n"
" type: CTCP type (examples: \"version\", \"ping\", ..)\n"
"arguments: arguments for CTCP"),
"-server %(irc_servers) %(irc_channel)|%(nicks) "
"-server %(irc_servers) %(irc_channel)|%(nicks)|* "
"action|clientinfo|finger|ping|source|time|userinfo|version"
" || %(irc_channel)|%(nicks) "
" || %(irc_channel)|%(nicks)|* "
"action|clientinfo|finger|ping|source|time|userinfo|version",
&irc_command_ctcp, NULL);
weechat_hook_command (