From 7038b7f1ab176c4014949512faead0bbfcfec51e Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 23 May 2001 14:52:46 +0000 Subject: [PATCH] added text about syncing problem git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1516 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/faq.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/faq.txt b/docs/faq.txt index bbdffa5e..6f603e8d 100644 --- a/docs/faq.txt +++ b/docs/faq.txt @@ -24,3 +24,13 @@ A: Two ways. The "good way" to do it is with /DISCONNECT. Check the server 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..). + +Q: Why does irssi say "Irssi: Channel not fully synchronized yet, try again + after a while" when I try to use /BAN etc? +A: IRC server you use is coded badly, do something like this: + /IRCNET ADD -querychans 1 quakenet + /SERVER ADD -ircnet quakenet irc.quakenet.org + /SAVE + After that /CONNECT quakenet should work properly (NOTE: when you do this + the first time you'll have to /DISCONNECT and /CONNECT again, /SERVER + doesn't work correctly).