diff options
author | Timo Sirainen <cras@irssi.org> | 2002-12-18 06:00:45 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-12-18 06:00:45 +0000 |
commit | ec1c33e965684caa7f62712636ac93be3dfbfc68 (patch) | |
tree | 292aa3f930d0603bd8355d081f749651f9f1bfd1 | |
parent | 61864a563fd02c5ec5f142d834cc97ffafc384e9 (diff) | |
download | irssi-ec1c33e965684caa7f62712636ac93be3dfbfc68.zip |
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
-rw-r--r-- | docs/faq.html | 10 |
1 files changed, 10 insertions, 0 deletions
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.</p> + <h3>Q: Why does irssi autojoin on invite by default?</h3> <p>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.</p> + <h3>Q: How to make UTF-8 support work with irssi?</h3> <p>A: xterm -u8, screen -U, /SET term_type utf-8</p> + <h3>Q: Will there be /DETACH-like feature?</h3> <p>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 <a href="http://www.gnu.org/software/screen/screen.html">screen</a> works just fine so why bother?</p> + <h3>Q: How do I run scripts automatically at startup?</h3> <p>A: Put them into <code>~/.irssi/scripts/autorun/</code> directory. Or @@ -126,6 +130,7 @@ better would be if you placed them in <code>~/.irssi/scripts/</code> and created symlinks to autorun directory (eg. <code>cd ~/.irssi/scripts/autorun/ ; ln -s ../script.pl .</code>)</p> + <h3>Q: How do I easily edit existing topic?</h3> <p>A: /TOPIC <tab></p> @@ -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.</p> + +<h3>Q: How do i add the active network to the statusbar</h3> + +<p>A: Modify the window-line in statusbar section in config file to +<code>window = "{sb $winref:$chatnet/$T{sbmode $M}}";</code></p> |