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

irc: add examples in /help ctcp

This commit is contained in:
Sébastien Helleu
2016-01-17 08:51:22 +01:00
parent 99ff5813d9
commit 9d4554e805
+9 -4
View File
@@ -6254,10 +6254,15 @@ irc_command_init ()
"ctcp",
N_("send a CTCP message (Client-To-Client Protocol)"),
N_("[-server <server>] <target>[,<target>...] <type> [<arguments>]"),
N_(" server: send to this server (internal name)\n"
" target: nick or channel ('*' = current channel)\n"
" type: CTCP type (examples: \"version\", \"ping\", ..)\n"
"arguments: arguments for CTCP"),
N_(" server: send to this server (internal name)\n"
" target: nick or channel ('*' = current channel)\n"
" type: CTCP type (examples: \"version\", \"ping\", ..)\n"
"arguments: arguments for CTCP\n"
"\n"
"Examples:\n"
" /ctcp toto time\n"
" /ctcp toto version\n"
" /ctcp * version"),
"-server %(irc_servers) %(irc_channel)|%(nicks)|* "
IRC_COMMAND_CTCP_SUPPORTED_COMPLETION
" || %(irc_channel)|%(nicks)|* "