summaryrefslogtreecommitdiff
path: root/docs/faq.txt
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-02-16 13:19:05 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-02-16 13:19:05 +0000
commit94ff33d2c40ba198de5936e2669b25b68436fe87 (patch)
treeb9f1d4f0b10fccde073519a484825588665fb537 /docs/faq.txt
parentb28781c7e67eaef648612f0c05d21aafb8cfe61e (diff)
downloadirssi-94ff33d2c40ba198de5936e2669b25b68436fe87.zip
Added Q/A for autorejoin + public aways
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2482 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/faq.txt')
-rw-r--r--docs/faq.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/faq.txt b/docs/faq.txt
index 6b11788c..d8825106 100644
--- a/docs/faq.txt
+++ b/docs/faq.txt
@@ -42,3 +42,29 @@ A: Possibly a bug in irssi, or ircd you're using does something that irssi
Q: Where's the GUI version?
A: Read http://irssi.org/?page=about
+
+Q: How do I autorejoin channels after being kicked?
+A: That's evil and you shouldn't do it. If you get kicked, you should
+ stay out, at least until the channel forgot you existed :) Most channels
+ I've joined just ban you if you autorejoin after kick. If you're joined
+ to channels who kick people for fun, try changing channels or something.
+
+ Anyway, if you REALLY want to do that, and you understand that you're
+ doing evilness, you can use the autorejoin.pl script that comes with
+ irssi. You'll still need to specify the channels you wish to rejoin with
+ /SET autorejoin_channels #chan1 #chan2 ...
+
+Q: How do I announce that I'm away/back in all channels I've joined?
+ Or how do I change my nick when setting myself away/back?
+A: That's even worse than autorejoin. Who could possibly care every time you
+ come and go? Many channels will kick you for using this, and I for example
+ have added several ignores so I'd never need to see these messages. Learn
+ to use /AWAY command properly and tell it's existence to people who don't
+ know about it. /WII yournick shows your away reason much better for people
+ who actually want to know if you're there or not.
+
+ You can script these behaviours if you really wish to of course. But
+ 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.
+