From 6f0151e12888c988ac35f2a2867f6f9a32066609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 2 Dec 2015 19:46:34 +0100 Subject: fifo: add /fifo command --- doc/de/autogen/user/fifo_commands.asciidoc | 29 +++++++++++++++++++++++++++++ doc/de/weechat_user.de.asciidoc | 5 +++++ 2 files changed, 34 insertions(+) create mode 100644 doc/de/autogen/user/fifo_commands.asciidoc (limited to 'doc/de') diff --git a/doc/de/autogen/user/fifo_commands.asciidoc b/doc/de/autogen/user/fifo_commands.asciidoc new file mode 100644 index 000000000..66564ac6e --- /dev/null +++ b/doc/de/autogen/user/fifo_commands.asciidoc @@ -0,0 +1,29 @@ +// +// This file is auto-generated by script docgen.py. +// DO NOT EDIT BY HAND! +// +[[command_fifo_fifo]] +[command]*`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 +---- diff --git a/doc/de/weechat_user.de.asciidoc b/doc/de/weechat_user.de.asciidoc index 6d8120090..f84a4844c 100644 --- a/doc/de/weechat_user.de.asciidoc +++ b/doc/de/weechat_user.de.asciidoc @@ -2151,6 +2151,11 @@ Falls man das Skript "auto_weechat_command" benennt ruft man es wie folgt auf: $ ./auto_weechat_command 'irc.freenode.#weechat *Hallo' ---- +[[fifo_commands]] +==== Befehle + +include::autogen/user/fifo_commands.asciidoc[] + [[irc_plugin]] === IRC Erweiterung -- cgit v1.2.3