mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Channel buffers are loaded from disk when we join a channel (OnJoin) and when the module is loaded (OnBoot(), called from OnLoad()) and only if KeepBuffer for that channel is turned on. So every case is handled. If we now also load channel buffers in SaveBufferToDisk() we will only reload old channel buffers which were deleted since then (e.g. /msg *status clearallchannelbuffers). Thanks to Julian for finding this bug and helping me debug. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1345 726aef4b-f618-498e-8847-2d620e286838
7.9 KiB
7.9 KiB