From 0e1a8086ae0dd5fda7f180a239515a47a336cf94 Mon Sep 17 00:00:00 2001 From: cos Date: Tue, 19 Jun 2018 15:29:39 +0200 Subject: faq: Improve wording on using startup file --- docs/faq.html | 2 +- docs/faq.txt | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/faq.html b/docs/faq.html index 70e90bb5..b477cc24 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -63,7 +63,7 @@

Q: How do I execute commands automatically at startup?

-

A: Put them into ~/.irssi/startup file, each command on its own line. The preceding slash (/) is not necessary.

+

A: Put them into ~/.irssi/startup file, each command on its own line or separated by semicolons. The preceding slash (/) is not necessary. Special variables are expanded.

Q: How do I easily edit existing topic?

diff --git a/docs/faq.txt b/docs/faq.txt index 719fbb9a..c2df03c8 100644 --- a/docs/faq.txt +++ b/docs/faq.txt @@ -95,8 +95,9 @@ A: Put them into ~/.irssi/scripts/autorun/ directory. Or better would be if you cd ~/.irssi/scripts/autorun/ ; ln -s ../script.pl .) Q: How do I execute commands automatically at startup? -A: Put them into ~/.irssi/startup file, each command on its own line. The - preceding slash (/) is not necessary. +A: Put them into ~/.irssi/startup file, each command on its own line or + separated by semicolons. The preceding slash (/) is not necessary. Special + variables are expanded. Q: How do I easily edit existing topic? A: /TOPIC -- cgit v1.2.3