diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-12-02 19:46:34 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-12-02 19:46:34 +0100 |
commit | 6f0151e12888c988ac35f2a2867f6f9a32066609 (patch) | |
tree | 202c2b55e6020abbfff1b1137c4d6115461f798a /doc/en/weechat_user.en.asciidoc | |
parent | 2a494227b49d221ff57edbfc063b5acf7ab43053 (diff) | |
download | weechat-6f0151e12888c988ac35f2a2867f6f9a32066609.zip |
fifo: add /fifo command
Diffstat (limited to 'doc/en/weechat_user.en.asciidoc')
-rw-r--r-- | doc/en/weechat_user.en.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/weechat_user.en.asciidoc b/doc/en/weechat_user.en.asciidoc index c4ae00228..162f6cae7 100644 --- a/doc/en/weechat_user.en.asciidoc +++ b/doc/en/weechat_user.en.asciidoc @@ -2098,6 +2098,11 @@ If the script is called "auto_weechat_command", you can run it with: $ ./auto_weechat_command 'irc.freenode.#weechat *hello' ---- +[[fifo_commands]] +==== Commands + +include::autogen/user/fifo_commands.asciidoc[] + [[irc_plugin]] === IRC plugin |