summaryrefslogtreecommitdiff
path: root/docs/faq.txt
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-05-23 14:52:46 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-05-23 14:52:46 +0000
commit7038b7f1ab176c4014949512faead0bbfcfec51e (patch)
tree8abf14ccfefd1d0f9c9b6ebba4b65fce03e9bad6 /docs/faq.txt
parent3e825325b8c09efccd7c1b5c30e226bc68ecb57d (diff)
downloadirssi-7038b7f1ab176c4014949512faead0bbfcfec51e.zip
added text about syncing problem
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1516 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/faq.txt')
-rw-r--r--docs/faq.txt10
1 files changed, 10 insertions, 0 deletions
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).