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.
+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.
+A: xterm -u8, screen -U, /SET term_type utf-8
+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?
+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 .
)
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. + +A: Modify the window-line in statusbar section in config file to
+window = "{sb $winref:$chatnet/$T{sbmode $M}}";