summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/faq.html2
-rw-r--r--docs/faq.txt5
2 files changed, 4 insertions, 3 deletions
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 @@
<h3 id="q-how-do-i-execute-commands-automatically-at-startup">Q: How do I execute commands automatically at startup?</h3>
-<p>A: Put them into <code>~/.irssi/startup</code> file, each command on its own line. The preceding slash (/) is not necessary.</p>
+<p>A: Put them into <code>~/.irssi/startup</code> file, each command on its own line or separated by semicolons. The preceding slash (/) is not necessary. Special variables are expanded.</p>
<h3 id="q-how-do-i-easily-edit-existing-topic">Q: How do I easily edit existing topic?</h3>
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 <tab>