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/it/autogen/user/fifo_commands.asciidoc | |
parent | 81fa60a23a29e3bb6525494587008d75eae44f28 (diff) | |
download | weechat-b7bdbbdc505879450494bc75b706e2997e25120f.zip |
core: rename .asciidoc files to .adoc (issue #722)
Diffstat (limited to 'doc/it/autogen/user/fifo_commands.asciidoc')
-rw-r--r-- | doc/it/autogen/user/fifo_commands.asciidoc | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/doc/it/autogen/user/fifo_commands.asciidoc b/doc/it/autogen/user/fifo_commands.asciidoc deleted file mode 100644 index f0835cdba..000000000 --- a/doc/it/autogen/user/fifo_commands.asciidoc +++ /dev/null @@ -1,29 +0,0 @@ -// -// This file is auto-generated by script docgen.py. -// DO NOT EDIT BY HAND! -// -[[command_fifo_fifo]] -* `+fifo+`: fifo plugin configuration - ----- -/fifo enable|disable|toggle - - enable: enable FIFO pipe -disable: disable FIFO pipe - toggle: toggle FIFO pipe - -FIFO pipe is used as remote control of WeeChat: you can send commands or text to the FIFO pipe from your shell. -By default the FIFO pipe is in ~/.weechat/weechat_fifo_xxx ("xxx" is the WeeChat PID). - -The expected format is one of: - plugin.buffer *text or command here - *text or command here - -For example to change your freenode nick: - echo 'irc.server.freenode */nick newnick' >~/.weechat/weechat_fifo_12345 - -Please read the user's guide for more info and examples. - -Examples: - /fifo toggle ----- |