2015-12-02 19:46:34 +01:00
|
|
|
//
|
|
|
|
// This file is auto-generated by script docgen.py.
|
|
|
|
// DO NOT EDIT BY HAND!
|
|
|
|
//
|
|
|
|
[[command_fifo_fifo]]
|
2016-05-14 23:44:36 +02:00
|
|
|
* `+fifo+`: fifo plugin configuration
|
2015-12-02 19:46:34 +01:00
|
|
|
|
|
|
|
----
|
|
|
|
/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.
|
2016-11-22 19:24:40 +01:00
|
|
|
By default the FIFO pipe is in ~/.weechat/weechat_fifo
|
2015-12-02 19:46:34 +01:00
|
|
|
|
|
|
|
The expected format is one of:
|
|
|
|
plugin.buffer *text or command here
|
|
|
|
*text or command here
|
|
|
|
|
|
|
|
For example to change your freenode nick:
|
2016-11-22 19:24:40 +01:00
|
|
|
echo 'irc.server.freenode */nick newnick' >~/.weechat/weechat_fifo
|
2015-12-02 19:46:34 +01:00
|
|
|
|
|
|
|
Please read the user's guide for more info and examples.
|
|
|
|
|
|
|
|
Examples:
|
|
|
|
/fifo toggle
|
|
|
|
----
|