summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-03-06 23:49:16 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-03-06 23:49:16 +0000
commitb7a81e1539f1731d9c27b6fca43c111e59b1ed62 (patch)
treec1407fb1436f8b3a03e48181f3f40eb3e96258f5
parent185826ccf5a527e4545a195964179f60a8fc6a1a (diff)
downloadirssi-b7a81e1539f1731d9c27b6fca43c111e59b1ed62.zip
"Why does irssi autojoin on invite by default?"
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2537 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r--docs/faq.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/faq.txt b/docs/faq.txt
index d8825106..8cb29dd0 100644
--- a/docs/faq.txt
+++ b/docs/faq.txt
@@ -68,3 +68,15 @@ A: That's even worse than autorejoin. Who could possibly care every time you
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 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.
+
+ 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.