1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

added text about syncing problem

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1516 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-05-23 14:52:46 +00:00 committed by cras
parent 3e825325b8
commit 7038b7f1ab

View File

@ -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).