diff options
author | Timo Sirainen <cras@irssi.org> | 2001-01-17 16:28:36 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-01-17 16:28:36 +0000 |
commit | c8283fa07cc786114d13c2e31e3beeff64fff11c (patch) | |
tree | 4ed5b4528d75c3e7cf955f8912c89bb42ddd9243 /docs | |
parent | 078b63ccbe2b6d32085068400926601b38b8445b (diff) | |
download | irssi-c8283fa07cc786114d13c2e31e3beeff64fff11c.zip |
updated
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1128 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/faq.txt | 9 |
1 files changed, 9 insertions, 0 deletions
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..). |