diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-15 08:52:19 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-15 08:52:19 +0200 |
commit | b7bdbbdc505879450494bc75b706e2997e25120f (patch) | |
tree | be3b6716c2706a9505278d05ae9cfbec5ffbdac5 /doc/en/autogen/user/xfer_commands.adoc | |
parent | 81fa60a23a29e3bb6525494587008d75eae44f28 (diff) | |
download | weechat-b7bdbbdc505879450494bc75b706e2997e25120f.zip |
core: rename .asciidoc files to .adoc (issue #722)
Diffstat (limited to 'doc/en/autogen/user/xfer_commands.adoc')
-rw-r--r-- | doc/en/autogen/user/xfer_commands.adoc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/en/autogen/user/xfer_commands.adoc b/doc/en/autogen/user/xfer_commands.adoc new file mode 100644 index 000000000..4507b98d3 --- /dev/null +++ b/doc/en/autogen/user/xfer_commands.adoc @@ -0,0 +1,24 @@ +// +// This file is auto-generated by script docgen.py. +// DO NOT EDIT BY HAND! +// +[[command_xfer_me]] +* `+me+`: send a CTCP action to remote host + +---- +/me <message> + +message: message to send +---- + +[[command_xfer_xfer]] +* `+xfer+`: xfer control + +---- +/xfer [list|listfull] + + list: list xfer +listfull: list xfer (verbose) + +Without argument, this command opens buffer with xfer list. +---- |