mirror of
https://github.com/znc/znc.git
synced 2026-04-30 10:34:16 +02:00
committed by
J-P Nurmi
parent
9366320693
commit
ac3570f18a
@@ -93,13 +93,13 @@ public:
|
||||
else
|
||||
m_sPassword = CBlowfish::MD5(sArgs);
|
||||
|
||||
AddTimer(new CSaveBuffJob(this, 60, 0, "SaveBuff", "Saves the current buffer to disk every 1 minute"));
|
||||
|
||||
return( !m_bBootError );
|
||||
}
|
||||
|
||||
virtual bool OnBoot() override
|
||||
{
|
||||
AddTimer(new CSaveBuffJob(this, 60, 0, "SaveBuff", "Saves the current buffer to disk every 1 minute"));
|
||||
|
||||
CDir saveDir(GetSavePath());
|
||||
for (CFile* pFile : saveDir) {
|
||||
CString sName;
|
||||
|
||||
Reference in New Issue
Block a user