From: Manuel Nickschas Date: Tue, 13 Jan 2009 22:37:42 +0000 (+0100) Subject: Take list of auto-rejoin channels directly from core X-Git-Tag: 0.4.0~221 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=710edfe368ed1db79cc274164523d14afc1b2c9d;hp=710edfe368ed1db79cc274164523d14afc1b2c9d Take list of auto-rejoin channels directly from core This might fix the dreaded auto-rejoin bug. I can only guess, but maybe the cached list in CoreNetwork and the list in the database get out of sync in some circumstances. This gets rid of the (unneeded) caching; please let me know if the rejoin bug is still present. ---