diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-01-17 08:54:23 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-01-17 08:54:23 +0100 |
commit | 59e326da650ca030a6ab287bb3608db150b4a5f2 (patch) | |
tree | 21f400713e6712f33deacb496e7231f46541901b /doc/pl/autogen | |
parent | 9d4554e8058d884bbc980599f3311dddcf5f9127 (diff) | |
download | weechat-59e326da650ca030a6ab287bb3608db150b4a5f2.zip |
core: update translations
Diffstat (limited to 'doc/pl/autogen')
-rw-r--r-- | doc/pl/autogen/user/irc_commands.asciidoc | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/pl/autogen/user/irc_commands.asciidoc b/doc/pl/autogen/user/irc_commands.asciidoc index 23224a9fa..c6e8aa333 100644 --- a/doc/pl/autogen/user/irc_commands.asciidoc +++ b/doc/pl/autogen/user/irc_commands.asciidoc @@ -146,11 +146,17 @@ Przykłady: [command]*`ctcp`* wyślij wiadomość CTCP (protokół klient-klient):: ---- -/ctcp <cel> <typ> [<argumenty>] +/ctcp [-server <server>] <target>[,<target>...] <type> [<arguments>] - cel: nick albo kanał, na który wysłać CTCP - typ: typ CTCP (przykłady: "version", "ping", ..) -argumenty: argumenty dla CTCP + server: send to this server (internal name) + target: nick or channel ('*' = current channel) + type: CTCP type (examples: "version", "ping", ..) +arguments: arguments for CTCP + +Examples: + /ctcp toto time + /ctcp toto version + /ctcp * version ---- [[command_irc_cycle]] |