diff options
author | Timo Sirainen <cras@irssi.org> | 2002-03-14 20:47:41 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-03-14 20:47:41 +0000 |
commit | e0c8f5d5025c7de41cb0d6050a3565e7090fda38 (patch) | |
tree | b915746fae1fb59e39ff4f121ae7a49d3bdf7e73 /docs/faq.html | |
parent | 2ab05e7872ab402e8e23d4a8ac75d954314c57bb (diff) | |
download | irssi-e0c8f5d5025c7de41cb0d6050a3565e7090fda38.zip |
Lost in html conversion: Q: Why does irssi autojoin on invite by default?
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2612 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/faq.html')
-rw-r--r-- | docs/faq.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/faq.html b/docs/faq.html index 173c2e4e..d4d2dcac 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -93,6 +93,20 @@ 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 +as regular autojoin-on-invite, which irssi doesn't even have. The only +channels that are joined on invite, are the ones you've added to config +with /CHANNEL ADD -auto. This is very useful with +i channels when you +need to first send an invite request to bot, or if you get accidentally +kicked from channel, the kicker can invite you back immediately.</p> + +<p>I don't see any bad side effects with this feature, so it's ON by +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> |