summaryrefslogtreecommitdiff
path: root/doc/en/weechat.en.xml
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-06-17 07:03:12 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-06-17 07:03:12 +0000
commitcd47f4246e9d5cbb7ff67cf8c43d4a64b1f327a5 (patch)
tree76155907aef5f9e3b267976cc052504fa33ae48e /doc/en/weechat.en.xml
parent7e3db3dfa454260d634b43fb4020e57c7c27e725 (diff)
downloadweechat-cd47f4246e9d5cbb7ff67cf8c43d4a64b1f327a5.zip
Fixed FIFO samples in scripts
Diffstat (limited to 'doc/en/weechat.en.xml')
-rw-r--r--doc/en/weechat.en.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/weechat.en.xml b/doc/en/weechat.en.xml
index 6c703a0b4..096dc850f 100644
--- a/doc/en/weechat.en.xml
+++ b/doc/en/weechat.en.xml
@@ -1113,19 +1113,19 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
<listitem>
<para>
nick change on freenode to "mynick|out" :
- <screen><prompt>$ </prompt><userinput>echo "freenode */nick mynick|out" &gt;~/.weechat/weechat_fifo_12345</userinput></screen>
+ <screen><prompt>$ </prompt><userinput>echo 'freenode */nick mynick|out' &gt;~/.weechat/weechat_fifo_12345</userinput></screen>
</para>
</listitem>
<listitem>
<para>
display text on #weechat channel:
- <screen><prompt>$ </prompt><userinput>echo "freenode,#weechat *hello everybody!" >~/.weechat/weechat_fifo_12345</userinput></screen>
+ <screen><prompt>$ </prompt><userinput>echo 'freenode,#weechat *hello everybody!' >~/.weechat/weechat_fifo_12345</userinput></screen>
</para>
</listitem>
<listitem>
<para>
display text on current channel (buffer displayed by WeeChat):
- <screen><prompt>$ </prompt><userinput>echo "*hello!" >~/.weechat/weechat_fifo_12345</userinput></screen>
+ <screen><prompt>$ </prompt><userinput>echo '*hello!' >~/.weechat/weechat_fifo_12345</userinput></screen>
<emphasis>Warning:</emphasis> this is dangerous and you should
not do that except if you know what you do!
</para>