forked from PsychoticNinja/irssi
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:
parent
3e825325b8
commit
7038b7f1ab
10
docs/faq.txt
10
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
|
going to do /DISCONNECT recon-1. The other way is to remove all the
|
||||||
reconnections with /RMRECONNS, easier but may remove some connections
|
reconnections with /RMRECONNS, easier but may remove some connections
|
||||||
you actually wanted to reconnect (if you used multiple servers..).
|
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).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user