1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

core: update translations

This commit is contained in:
Sébastien Helleu
2016-01-17 08:54:23 +01:00
parent 9d4554e805
commit 59e326da65
18 changed files with 302 additions and 213 deletions
+10 -4
View File
@@ -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]]