mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fixed bugs while using --disable-modules
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@254 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
#include "Nick.h"
|
||||
#include "Chan.h"
|
||||
|
||||
#ifndef _MODDIR_
|
||||
#define _MODDIR_ "/usr/share/znc"
|
||||
#endif
|
||||
|
||||
/////////////////// Timer ///////////////////
|
||||
CTimer::CTimer(CModule* pModule, unsigned int uInterval, unsigned int uCycles, const CString& sLabel, const CString& sDescription) : CCron() {
|
||||
SetName(sLabel);
|
||||
|
||||
Reference in New Issue
Block a user