diff --git a/docs/faq.txt b/docs/faq.txt index d6fea684..5deb9d9a 100644 --- a/docs/faq.txt +++ b/docs/faq.txt @@ -9,3 +9,12 @@ A: Read http://irssi.org/?page=about Q: How do I easily write text to channel that starts with '/' character? A: / /text + +Q: I connected to some server which isn't responding but now irssi tries + to connect back to it all the time! How can I stop it? +A: Two ways. The "good way" to do it is with /DISCONNECT. Check the server + tags first with /SERVER without giving it any parameters, reconnections + are those that have tag starting with "recon" text. So most probably you're + going to do /DISCONNECT recon-1. The other way is to remove all the + reconnections with /RMRECONNS, easier but may remove some connections + you actually wanted to reconnect (if you used multiple servers..).