diff --git a/docs/faq.html b/docs/faq.html index dfde2236..2835d7aa 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -131,20 +131,25 @@ created symlinks to autorun directory (eg. 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.

+ +

Q: How do I easily edit existing topic?

A: /TOPIC <tab>

Q: How can I have /WHOIS replies to active window?

-

A: Currently there's no other way than to close the status window, or at -least do /WINDOW LEVEL -CRAP in it, but that would make a lot -other messages show up in active window too. I don't have many good ideas -how this could be easily fixed inside irssi (no, kludging it to only work -with whois isn't a "fix") - it'd be possible to create a script do this -though but currently it doesn't exist.

+

A: You can disable the status window, or do /WINDOW LEVEL +-CRAP in it which would also make several other messages show up in +active window. You can also use a +script.

Q: How do i add the active network to the statusbar

A: Modify the window-line in statusbar section in config file to window = "{sb $winref:$tag/$T{sbmode $M}}";

+