From ec1c33e965684caa7f62712636ac93be3dfbfc68 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 18 Dec 2002 06:00:45 +0000 Subject: [PATCH] Added "How do i add the active network to the statusbar", by coekie. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3060 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/faq.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/faq.html b/docs/faq.html index d25a030a..ee70f0af 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -94,6 +94,7 @@ currently there's no public scripts for either of these, and the only way I'm going to add such to irssi.org is if the script contains a setting to specify which specific channels the announcement is sent.

+

Q: Why does irssi autojoin on invite by default?

A: The setting is /SET join_auto_chans_on_invite - it's not the same @@ -108,10 +109,12 @@ default. I guess someone could start kicking/inviting you all the time but server connection shouldn't drop because of that, and you shouldn't join channels whose operators are that evil.

+

Q: How to make UTF-8 support work with irssi?

A: xterm -u8, screen -U, /SET term_type utf-8

+

Q: Will there be /DETACH-like feature?

A: Maybe. Detach code already is there, attach is just missing :) But I @@ -119,6 +122,7 @@ don't have much interest in coding it, and screen works just fine so why bother?

+

Q: How do I run scripts automatically at startup?

A: Put them into ~/.irssi/scripts/autorun/ directory. Or @@ -126,6 +130,7 @@ better would be if you placed them in ~/.irssi/scripts/ and created symlinks to autorun directory (eg. cd ~/.irssi/scripts/autorun/ ; ln -s ../script.pl .)

+

Q: How do I easily edit existing topic?

A: /TOPIC <tab>

@@ -138,3 +143,8 @@ 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.

+ +

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:$chatnet/$T{sbmode $M}}";